-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
43 lines (41 loc) · 1.09 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
name: Chirp
slug: chirp
type: plugin
version: 0.1.0
description: Embed with shortcode and customize Tweets
icon: twitter
author:
name: Himmlisch Web
email: [email protected]
homepage: https://github.com/Himmlisch-Studios/grav-plugin-chirp
keywords: twitter, tweet, shortcode, social, media, customize, twig, template
bugs: https://github.com/Himmlisch-Studios/grav-plugin-chirp/issues
docs: https://github.com/Himmlisch-Studios/grav-plugin-chirp/blob/master/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.4' }
- { name: shortcode-core, version: '>=5.0.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_CHIRP.BUILTIN_CSS
help: PLUGIN_CHIRP.BUILTIN_CSS_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool