grav-plugin-cloudinary/blueprints.yaml

43 lines
933 B
YAML
Raw Permalink Normal View History

2017-07-27 09:29:47 +02:00
name: Cloudinary
version: 1.0.0
description: Image compression library utilizing http://cloudinary.com
icon: compress
author:
name: Shikiryu
email: projets@shiki.fr
url: https://shikiryu.com
homepage: https://github.com/getgrav/grav-plugin-cloudinary
demo: http://demo.getgrav.org/blog-skeleton
keywords: cloudinary, plugin, image, media
bugs: https://github.com/getgrav/grav-plugin-cloudinary/issues
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
2017-07-27 10:43:50 +02:00
cloud_name:
2017-07-27 09:29:47 +02:00
type: text
2017-07-27 10:43:50 +02:00
label: Your cloud name
placeholder: "YOUR_CLOUD_NAME"
api_key:
type: text
label: Your API key
placeholder: "YOUR_API_KEY"
api_secret:
type: text
label: Your API secret
placeholder: "YOUR_API_SECRET"