-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathblueprints.yaml
executable file
·103 lines (93 loc) · 2.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: Editor
version: 0.1.12
description: Edit theme, plugin, and markdown files from the browser.
icon: edit
author:
name: TwelveTone LLC
email: [email protected]
homepage: https://www.twelvetone.tv/docs/developer-tools/grav-plugins/grav-editor-plugin
x-demo: http://demo.yoursite.com
keywords: grav, plugin, css, stylesheet, editor, codemirror, twig, php, javascript
x-bugs: https://github.com/twelve-tone-llc/grav-plugin-editor/issues
docs: https://www.twelvetone.tv/docs/developer-tools/grav-plugins/grav-editor-plugin
license: MIT
dependencies:
- { name: core-service-manager, version: '>=1.1.0' }
- { name: admin-power-tools, version: '>=0.1.13' }
require_dependencies: true
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
section:
type: section
title: File types
css_enabled:
type: toggle
label: CSS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
twig_enabled:
type: toggle
label: Twig
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
js_enabled:
type: toggle
label: Javascript
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
php_enabled:
type: toggle
label: PHP
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
yaml_enabled:
type: toggle
label: YAML
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
markdown_enabled:
type: toggle
label: Markdown
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool