-
Notifications
You must be signed in to change notification settings - Fork 2
/
blueprints.yaml
36 lines (35 loc) · 1 KB
/
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
31
32
33
34
35
36
name: Directus Collector
slug: directus-collector
type: plugin
version: 0.2.0
description: Collects and generates pages from directus headless backend
icon: plug
author:
name: Erik Konrad
email: [email protected]
homepage: https://github.com/zebra-group/grav-plugin-directus-collector
demo: http://demo.yoursite.com
keywords: grav, plugin, etc
bugs: https://github.com/zebra-group/grav-plugin-directus-collector/issues
docs: https://github.com/zebra-group/grav-plugin-directus-collector/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: directus, version: '>=0.6.0' }
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
text_var:
type: text
label: PLUGIN_DIRECTUS_COLLECTOR.TEXT_VARIABLE
help: PLUGIN_DIRECTUS_COLLECTOR.TEXT_VARIABLE_HELP