-
Notifications
You must be signed in to change notification settings - Fork 3
/
blueprints.yaml
37 lines (36 loc) · 900 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: Markdown Spoilers
version: 1.0.0
description: Allows the rendering of spoiler elements through markdown
icon: asterisk
author:
name: Thomas Threadgold
email: [email protected]
url: http://threadgold.nz
homepage: https://github.com/regaez/grav-plugin-markdown-spoilers
keywords: grav, plugin, markdown, spoilers
bugs: https://github.com/regaez/grav-plugin-markdown-spoilers/issues
docs: https://github.com/regaez/grav-plugin-markdown-spoilers/blob/master/README.md
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
include_css:
type: toggle
label: Include CSS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool