Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 301 Bytes

Custom Fields for Cockpit

simply extract the project in the addons folder.

Cloudinary field

Create new field and choose Cloudinary as a Field Type and add this options

{
  "apiKey": "your-cloudinary-api-key",
  "cloudName": "your-cloudinary-cloud-name",
  "preset": "default"
}