forked from getgrav/grav-plugin-featherlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
39 lines (35 loc) · 926 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: Featherlight
version: 1.1.0
description: "Featherlight is a simple [Grav](http://github.com/getgrav/grav) plugin that adds **lightbox** functionality via the jQuery plugin [Featherlight.js](http://noelboss.github.io/featherlight/)."
icon: file-photo-o
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: /~https://github.com/getgrav/grav-plugin-featherlight
keywords: featherlight, plugin, code, lightbox
bugs: /~https://github.com/getgrav/grav-plugin-featherlight/issues
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin Status
hightlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
active:
type: toggle
label: Active
hightlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool