-
Notifications
You must be signed in to change notification settings - Fork 2
/
blueprints.yaml
42 lines (41 loc) · 1.02 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
name: TopicMenu
version: 1.1.0
description: "A plug-in that constructs an multi-dimensional array of user defined taxonomy"
icon: newspaper-o
author:
name: Bob Rockefeller
email: [email protected]
url: http://www.bobrockefeller.com
homepage: https://github.com/bobrocke/topicmenu
demo:
keywords: topic, tag, plugin
bugs: https://github.com/bobrocke/topicmenu
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin Status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
page_path:
type: text
label: Starting Path
help: "The starting path of the files to traverse"
placeholder: /blog
validate:
pattern: "/([a-z\-_]+/?)+"
taxonomy_level_1:
type: text
label: Taxonomy Level 1
help: "The first level of the taxonomy to use"
taxonomy_level_2:
type: text
label: Taxonomy Level 2
help: "The second level of the taxonomy to use"