Vulcan/packages/vulcan-cloudinary
2018-12-31 15:03:19 +09:00
..
lib Fix ESLint 2018-09-12 11:59:00 +09:00
package.js v1.12.12 2018-12-31 15:03:19 +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",
}