forked from bitstarr/grav-plugin-svg-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
36 lines (35 loc) · 821 Bytes
/
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
name: 'SVG Extension'
version: 1.0.1
description: 'Inline SVG in Twig Templates'
icon: picture-o
author:
name: Martin Römer + Sebastian Laube
email: [email protected]
homepage: https://github.com/bitstarr/grav-plugin-svg-extension
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: strict
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
defaultClass:
type: text
label: Default CSS classes
validate:
required: true
removeScriptTags:
type: toggle
label: remove script tags from SVG
default: 1
validate:
type: bool