Vulcan/packages/vulcan-cloudinary
2019-03-28 18:27:48 +09:00
..
lib Fix semicolons and other linting issues 2018-12-31 15:22:17 +09:00
package.js v1.13.0 2019-03-28 18:27:48 +09:00
README.md Telescope -> Vulcan 2017-06-13 00:16:52 -07:00

Vulcan file upload package, used internally.

Custom Posts Fields

  • cloudinaryId
  • cloudinaryUrls

Public Settings

  • cloudinaryCloudName
  • cloudinaryFormats

Private Settings

  • cloudinaryAPIKey
  • cloudinaryAPISecret

Sample Settings

{
  "public": {
    "cloudinaryCloudName": "myCloudName",
    "cloudinaryFormats": [
      {
        "name": "small",
        "width": 120,
        "height": 90
      },
      {
        "name": "medium",
        "width": 480,
        "height": 360
      }
    ]
  },
  "cloudinaryAPIKey": "abcfoo",
  "cloudinaryAPISecret": "123bar",
}