Vulcan/packages/vulcan-cloudinary
2017-12-28 10:11:44 +09:00
..
lib Add cloudinaryUrl custom field 2017-09-29 16:28:46 +09:00
package.js 1.8.2 2017-12-28 10:11:44 +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",
}