Vulcan/packages/vulcan-cloudinary
2017-06-13 00:16:52 -07:00
..
lib add submitLabel and cancelLabel SmartForms props; change cloudinary setting name to cloudinary 2017-06-01 11:50:47 +09:00
package.js Telescope -> Vulcan 2017-06-13 00:16:52 -07: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",
}