-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints.yaml
More file actions
116 lines (103 loc) · 3.16 KB
/
blueprints.yaml
File metadata and controls
116 lines (103 loc) · 3.16 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: Code Syntax Highlighter
slug: codesh
type: plugin
version: 2.0.2
description: Server-side syntax highlighting using Phiki with line numbers, line highlighting, and focus support
icon: code
author:
name: Trilby Media
email: hello@trilbymedia.com
url: https://trilby.media
homepage: https://github.com/trilbymedia/grav-plugin-codesh
keywords: grav, plugin, code, syntax, highlighting, phiki
bugs: https://github.com/trilbymedia/grav-plugin-codesh/issues
docs: https://github.com/trilbymedia/grav-plugin-codesh/blob/main/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.0' }
- { name: shortcode-core, version: '>=5.0.0' }
form:
validation: loose
fields:
tabs:
type: tabs
active: 1
fields:
tab_general:
type: tab
title: PLUGIN_CODESH.GENERAL
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
active:
type: toggle
label: PLUGIN_CODESH.ACTIVE
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
process_markdown:
type: toggle
label: PLUGIN_CODESH.PROCESS_MARKDOWN
help: PLUGIN_CODESH.PROCESS_MARKDOWN_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
theme_dark:
type: codeshtheme
label: PLUGIN_CODESH.DARK_THEME
help: PLUGIN_CODESH.DARK_THEME_HELP
variant: dark
default: helios-dark
placeholder: Select dark theme...
theme_light:
type: codeshtheme
label: PLUGIN_CODESH.LIGHT_THEME
help: PLUGIN_CODESH.LIGHT_THEME_HELP
variant: light
default: helios-light
placeholder: Select light theme...
show_line_numbers:
type: toggle
label: PLUGIN_CODESH.SHOW_LINE_NUMBERS
help: PLUGIN_CODESH.SHOW_LINE_NUMBERS_HELP
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
line_wrap:
type: toggle
label: PLUGIN_CODESH.LINE_WRAP
help: PLUGIN_CODESH.LINE_WRAP_HELP
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
tab_grammars:
type: tab
title: PLUGIN_CODESH.GRAMMARS
fields:
grammars_list:
type: codeshgrammarlist
label: false