-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblueprints.yaml
30 lines (28 loc) · 871 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
name: Responsive Images
type: plugin
version: 3.3.1
description: "The **Responsive Images** plugin makes websites faster by auto-generating `srcset` attributes for foreground images and CSS media queries for background images."
icon: picture-o
author:
name: OliverO2
email: oliver.o456i@gmail.com
homepage: https://github.com/OliverO2/grav-plugin-responsive-images
keywords: grav, plugin, media, images, responsive, srcset
bugs: https://github.com/OliverO2/grav-plugin-responsive-images/issues
docs: https://github.com/OliverO2/grav-plugin-responsive-images/blob/master/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6' }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool