forked from getgrav/grav-plugin-markdown-notices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
45 lines (42 loc) · 974 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
38
39
40
41
42
43
44
45
name: Markdown Notices
version: 1.0.0
description: "Adds the ability to render notices blocks in Markdown"
icon: asterisk
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-markdown-notices
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
built_in_css:
type: toggle
label: Use built in CSS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
level_classes:
type: selectize
size: large
placeholder: "e.g. yellow, red, blue, green"
label: Level classes
help: The classes to use for each level of notices depth
classes: fancy
validate:
type: commalist