-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblueprints.yaml
More file actions
116 lines (105 loc) · 2.73 KB
/
blueprints.yaml
File metadata and controls
116 lines (105 loc) · 2.73 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
name: Smartypants
version: 2.6.0
description: The **Smartypants** plugin performs smart typography transforms on quotes
icon: quote-left
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-smartypants
keywords: smartypants, plugin, quotes, typography
bugs: https://github.com/getgrav/grav-plugin-smartypants/issues
license: MIT
compatibility:
grav: ['1.7', '2.0']
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
enabled_in_admin:
type: toggle
label: Enable in admin
highlight: 0
default: 0
help: Should Smartypants plugin work in the admin during content preview
options:
1: Enabled
0: Disabled
validate:
type: bool
twig_filter:
type: toggle
label: Twig filter
highlight: 1
default: 1
help: Load the Twig filter to be availble in Twig templates
options:
1: Enabled
0: Disabled
validate:
type: bool
process_title:
type: toggle
label: Process titles
highlight: 0
default: 0
help: Process page titles for Smartypants content
options:
1: Enabled
0: Disabled
validate:
type: bool
process_content:
type: toggle
label: Process content
highlight: 1
default: 1
help: Process page content for Smartypants content
options:
1: Enabled
0: Disabled
validate:
type: bool
options:
type: text
label: Options
size: large
placeholder: "SmartyPants Options"
help: "See the docs for documentation: https://github.com/michelf/php-smartypants"
overrides:
type: section
title: Overrides
fields:
dq_open:
type: text
label: Double quote open
size: small
placeholder: "“"
help: Custom HTML string for double quote open
dq_close:
type: text
label: Double quote close
size: small
placeholder: "”"
help: Custom HTML string for double quote close
sq_open:
type: text
label: Single quote open
size: small
placeholder: "‘"
help: Custom HTML string for single quote open
sq_close:
type: text
label: Single quote close / apostrophe
size: small
placeholder: "’"
help: Custom HTML string for single quote close and apostrophe