-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblueprints.yaml
121 lines (107 loc) · 3.52 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
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
117
118
119
120
121
name: "MathJax"
version: "1.6.0"
description: "This plugin allows you to include math formulas in your web pages, either using TeX and LaTeX notation, and/or as MathML."
icon: "subscript"
author:
name: "Sommerregen"
email: "sommerregen@benjamin-regler.de"
homepage: "https://github.com/sommerregen/grav-plugin-mathjax"
keywords: ["latex", "mathjax", "formula", "filter", "javascript", "plugin"]
docs: "https://github.com/sommerregen/grav-plugin-mathjax/blob/master/README.md"
bugs: "https://github.com/sommerregen/grav-plugin-mathjax/issues"
license: "MIT/GPL"
form:
validation: strict
fields:
tabs:
type: tabs
active: 1
class: subtle
fields:
mathjax:
type: tab
title: PLUGINS.MATHJAX.MATHJAX
fields:
enabled:
type: toggle
label: PLUGINS.MATHJAX.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
active:
type: toggle
label: PLUGINS.MATHJAX.ACTIVE
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
delimiters.block:
type: array
label: PLUGINS.MATHJAX.DELIMITERS.BLOCK
placeholder_key: '\['
placeholder_value: '\]'
delimiters.inline:
type: array
label: PLUGINS.MATHJAX.DELIMITERS.INLINE
placeholder_key: '\('
placeholder_value: '\)'
basic:
type: tab
title: PLUGINS.MATHJAX.BASIC_CONFIGURATION
fields:
built_in_css:
type: toggle
label: PLUGINS.MATHJAX.BUILTIN_CSS
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
built_in_js:
type: toggle
label: PLUGINS.MATHJAX.BUILTIN_JS
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
weight:
type: text
size: x-small
label: PLUGINS.MATHJAX.WEIGHT
default: -5
help: PLUGINS.MATHJAX.WEIGHT_HELP
validate:
type: int
min: -100
max: 100
cdn:
type: tab
title: PLUGINS.MATHJAX.CDN
fields:
CDN.enabled:
type: toggle
label: PLUGINS.MATHJAX.CDN.ENABLED
help: PLUGINS.MATHJAX.CDN.ENABLED_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
CDN.url:
type: text
label: PLUGINS.MATHJAX.CDN.URL
default: https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
placeholder: https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
help: PLUGINS.MATHJAX.CDN.URL_HELP