-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblueprints.yaml
62 lines (57 loc) · 1.58 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
name: Page Inject
type: plugin
slug: page-inject
version: 2.1.6
description: "**Page Inject** is a powerful plugin that lets you inject entire pages or page content into other pages using simple markdown-style or shortcode syntax"
icon: trello
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-page-inject
keywords: inject, embed, markdown
bugs: https://github.com/getgrav/grav-plugin-page-inject/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.7.25' }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
active:
type: toggle
label: Activate Site-Wide
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
help: This will ensure the plugin is activated site wide. You can override with page header options.
processed_content:
type: toggle
label: Processed Content
highlight: 0
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
help: If enabled the page is pre-rendered before being injected, so relative paths work correctly
remote_injections:
type: array
label: Remote Injections
help: Key should be a short slug, e.g. "dev", and the full URL should be "https://foo.com/path"
placeholder_key: Short slug
placeholder_value: Full Url