-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
58 lines (55 loc) · 1.76 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
name: Highlight PHP
slug: highlight-php
type: plugin
version: 1.0.0
description: Server-side syntax highlighting (i.e., without JavaScript) using the [highlight.php](https://github.com/scrivo/highlight.php) library
icon: paint-brush
author:
name: Iain Gillis
email: iain@iainsgillis.com
homepage: https://github.com/iainsgillis/grav-plugin-highlight-php
demo: https://www.iainsgillis.com/
keywords: grav, plugin, syntax, highlighting, syntax-highlighting, syntax-highlighter
bugs: https://github.com/iainsgillis/grav-plugin-highlight-php/issues
docs: https://github.com/iainsgillis/grav-plugin-highlight-php/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.0' }
- { name: shortcode-core, version: '>=4.2.2' }
form:
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
assetLoading:
type: toggle
label: PLUGIN_HIGHLIGHT_PHP.ASSET_LOADING
help: PLUGIN_HIGHLIGHT_PHP.ASSET_LOADING_HELP
highlight: siteWide
default: siteWide
options:
siteWide: 'site-wide'
perPage: 'per page'
style:
type: select
size: medium
classes: fancy
label: PLUGIN_HIGHLIGHT_PHP.LABEL_STYLE
help: PLUGIN_HIGHLIGHT_PHP.LABEL_STYLE_HELP
default: 'default'
data-options@: '\Grav\Plugin\HighlightPhpPlugin::getBuiltInThemes'
customStyle:
type: select
size: medium
classes: fancy
label: PLUGIN_HIGHLIGHT_PHP.LABEL_CUSTOM_STYLE
help: PLUGIN_HIGHLIGHT_PHP.LABEL_CUSTOM_STYLE_HELP
default: 'None'
data-options@: '\Grav\Plugin\HighlightPhpPlugin::getCustomThemes'