forked from trilbymedia/grav-plugin-quick-tray-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
53 lines (48 loc) · 1.31 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
name: Quick Tray Links
type: plugin
slug: quick-tray-links
version: 1.0.1
description: Easily add cusotmizable admin quick tray links
icon: link
author:
name: Trilby Media, LLC
email: [email protected]
homepage: https://github.com/trilbymedia/grav-plugin-quick-tray-links
demo: http://demo.yoursite.com
keywords: grav, plugin, etc
bugs: https://github.com/trilbymedia/grav-plugin-quick-tray-links/issues
docs: https://github.com/trilbymedia/grav-plugin-quick-tray-links/blob/develop/README.md
license: MIT
form:
validation: strict
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
links:
type: list
label: PLUGIN_QUICK_TRAY_LINKS.LINKS
help: PLUGIN_QUICK_TRAY_LINKS.LINKS_HELP
fields:
.icon:
type: iconpicker
label: PLUGIN_QUICK_TRAY_LINKS.ICON
default: fa fa-question-circle
validate:
required: true
.link:
type: text
label: PLUGIN_QUICK_TRAY_LINKS.LINK
default: http://somelink.com
validate:
required: true
.tooltip:
type: textarea
label: PLUGIN_QUICK_TRAY_LINKS.TOOLTIP