Vulcan/packages/nova-cloudinary
2016-12-14 11:29:52 +09:00
..
lib show log in form when creating new post when not logged in; small fixes 2016-12-14 11:29:52 +09:00
package.js harmonize apollo branch to be on v0.27.5 2016-12-08 23:48:16 +01: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",
}