-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints.yaml
More file actions
42 lines (39 loc) · 1.03 KB
/
blueprints.yaml
File metadata and controls
42 lines (39 loc) · 1.03 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
name: Plan Compare
slug: plan-compare
type: plugin
version: 1.2.0
description: Create tables to compare features among different service plans or products
icon: plug
author:
name: Karmalakas
homepage: https://github.com/karmalakas/grav-plugin-plan-compare
demo: https://www.karmalakas.lt/grav-plugins-demos/
keywords: grav, plugin, etc
bugs: https://github.com/karmalakas/grav-plugin-plan-compare/issues
docs: https://github.com/karmalakas/grav-plugin-plan-compare/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.0' }
form:
validation: loose
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
built_in_css:
type: toggle
label: PLUGIN_PLAN_COMPARE.USE_BUILT_IN_CSS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool