-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
53 lines (51 loc) · 1.14 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: Taxonomy Filter
slug: taxonomy-filter
type: plugin
version: 1.0.0
description: Grav plugin to filter blog items using multiple taxonomies
icon: plug
author:
name: pamtbaau
email:
homepage:
keywords: grav, plugin, etc
bugs:
docs:
license: MIT
dependencies:
- { name: grav, version: '>=1.7.0' }
- { name: taxonomylist, version: '>=1.3.5' }
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
isProduction:
type: toggle
label: PLUGIN_TAXONOMY_FILTER.ISPRODUCTION
help: PLUGIN_TAXONOMY_FILTER.ISPRODUCTION_HELP
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
taxonomies:
type: selectize
# selectize:
config-options@: site.taxonomies
size: large
label: PLUGIN_ADMIN.TAXONOMY_TYPES
classes: fancy
help: PLUGIN_ADMIN.TAXONOMY_TYPES_HELP
validate:
type: commalist