Vulcan/packages/vulcan-cloudinary
2017-04-03 16:04:22 +09:00
..
lib make Cloudinary callback sync so that mutations can return thumbnail URLs 2017-04-03 16:04:22 +09:00
package.js renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00
README.md renaming nova-xyz directories to vulcan-xyz 2017-03-24 10:19:24 +09:00

Telescope 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",
}