-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblueprints.yaml
30 lines (28 loc) · 945 Bytes
/
blueprints.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Admin Addon Media Metadata
version: 1.2.4
description: 'This plugin is an addon for the Grav CMS Admin plugin and lets you add and edit metadata for media files'
icon: plug
author:
name: Clive Beckett
email: clive@musikinsnetz.de
homepage: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata
keywords: grav, admin, plugin, metadata, image, alt, title, caption
bugs: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata/issues
docs: https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '1.5 - 1.7' }
- { name: admin, version: '1.8 - 1.10' }
form:
validation: loose
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool