-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
37 lines (34 loc) · 1003 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
31
32
33
34
35
36
37
name: Themer
version: 1.1.0
description: "This plugin enables you to use different themes on one site individual set per page or collection."
icon: magic
author:
name: Sommerregen
email: [email protected]
homepage: https://github.com/sommerregen/grav-plugin-themer
keywords: ['themer', 'theme', 'plugin']
docs: https://github.com/sommerregen/grav-plugin-themer/blob/master/README.md
bugs: https://github.com/sommerregen/grav-plugin-themer/issues
license: MIT/GPL
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGINS.THEMER.PLUGIN_STATUS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
templates:
type: themeselect
label: PLUGINS.THEMER.TEMPLATES
help: PLUGINS.THEMER.TEMPLATES_HELP
placeholder: PLUGINS.THEMER.TEMPLATES_PLACEHOLDER
selectize: true
multiple: true
validate:
type: commalist