-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathblueprints.yaml
executable file
·70 lines (65 loc) · 1.68 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: BlogInjector
version: 1.2.3
description: "BlogInjector is a Grav plugin that makes available the functionalities to add a blog to each Grav theme"
icon: file-text-o
author:
name: Giansimon Diblas
email: info@diblas.net
url: http://diblas.net
homepage: http://diblas.net/plugins/blog-grav-cms-plugin-adds-blog-functionalities-to-each-grav-theme
demo: -
keywords: blog, theme
bugs: https://github.com/giansi/grav-plugin-blog/issues
license: MIT
dependencies:
- simplesearch
- feed
- relatedpages
- pagination
- taxonomylist
- archives
- breadcrumbs
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_BLOG_INJECTOR.ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
framework:
type: select
label: PLUGIN_BLOG_INJECTOR.ADMIN.FRAMEWORK
size: small
default: pure
options:
pure: pure
bootstrap: bootstrap
help: PLUGIN_BLOG_INJECTOR.ADMIN.HELP.FRAMEWORK
add_default_css:
type: toggle
label: PLUGIN_BLOG_INJECTOR.ADMIN.DEFAULT_STYLESHEET
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
help: PLUGIN_BLOG_INJECTOR.ADMIN.HELP.DEFAULT_STYLESHEET
add_framework_assets:
type: toggle
label: PLUGIN_BLOG_INJECTOR.ADMIN.FRAMEWORK_ASSETS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
help: PLUGIN_BLOG_INJECTOR.ADMIN.HELP.FRAMEWORK_ASSETS