-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
blueprints.yaml
32 lines (30 loc) · 853 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
name: Pushy
slug: pushy
type: plugin
version: 0.1.1
description: Push with Git to publish changes to your production environment
icon: bolt # hand-o-right hand-o-up github
author:
name: Hugh Barnes
email: [email protected]
homepage: https://github.com/hughbris/grav-plugin-pushy
# demo: http://demo.yoursite.com # TODO
keywords: git, webhooks, githooks, admin, publishing
bugs: https://github.com/hughbris/grav-plugin-pushy/issues
docs: https://github.com/hughbris/grav-plugin-pushy/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' } # FIXME: check this
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