Vulcan/packages/nova-cloudinary
2016-10-19 09:54:15 +02:00
..
i18n adding cloudinary package 2016-05-31 10:53:23 +09:00
lib change old reference to AutoForm (legacy): field schema "autoform" -> "form" 2016-10-05 08:43:13 +02:00
package.js v0.27.3 2016-10-19 09:54:15 +02:00
README.md cloudinary improvements 2016-07-11 11:47:00 +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",
}