mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
.. | ||
lib | ||
package.js | ||
README.md |
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",
}