-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints.yaml
More file actions
62 lines (59 loc) · 1.46 KB
/
Copy pathblueprints.yaml
File metadata and controls
62 lines (59 loc) · 1.46 KB
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
54
55
56
57
58
59
60
61
name: Shortcode Citations
version: 0.2.0
description: "Provides the ability to add citations via shortcodes such as [cite=id /]"
icon: superscript
author:
name: Nathan Parsons
email: github@tantalum.blue
url: https://tantalum.blue
keywords: cite, citation, reference, academic, bibliography, shortcode
homepage: https://github.com/n-parsons/grav-plugin-shortcode-citation
bugs: https://github.com/n-parsons/grav-plugin-shortcode-citation/issues
license: MIT
dependencies:
- { name: shortcode-core }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
builtin_css:
type: toggle
label: Builtin CSS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
heading_text:
type: text
label: Heading text
placeholder: "References"
items:
type: select
label: Works to reference
help:
options:
"cited": Only cited works
"all": All works
"uncited": Only uncited works
reorder_uncited:
type: toggle
label: Order uncited works alphabetically (by ID)
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool