-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
36 lines (35 loc) · 928 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
name: Simple Responsive Tables
version: 1.1.1
description: Wraps tables in a div, enabling them to be scrolled vertically on small screens.
icon: table
author:
name: Beni Gartenmann
email: [email protected]
homepage: https://github.com/bgartenmann/grav-plugin-simple-responsive-tables
keywords: grav, plugin, table, responsive, wrap
bugs: https://github.com/bgartenmann/grav-plugin-simple-responsive-tables/issues
docs: https://github.com/bgartenmann/grav-plugin-simple-responsive-tables/blob/develop/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
active:
type: toggle
label: Plugin active
highlight: 1
default: 0
options:
1: Yes
0: No
validate:
type: bool