forked from getgrav/grav-plugin-custom-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprints.yaml
More file actions
47 lines (44 loc) · 1.23 KB
/
Copy pathblueprints.yaml
File metadata and controls
47 lines (44 loc) · 1.23 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
name: Custom Assets
version: 0.2.1
description: Adds some custom Assets to your Grav site
icon: plug
author:
name: Team Grav
email: devs@getgrav.org
homepage: https://github.com/getgrav/grav-plugin-custom-css
keywords: grav, plugin, css, design
bugs: https://github.com/getgrav/grav-plugin-custom-css/issues
readme: https://github.com/getgrav/grav-plugin-custom-css/blob/develop/README.md
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
css_inline:
type: textarea
label: Inline CSS
help: CSS that will be added inline to every page
css_files:
type: list
label: CSS Files
help: CSS Files that will be loaded on every page. Use relative or absolute URLs
fields:
.path:
type: text
label: File path
classes: autoclass test
help: Relative to web root
.priority:
type: int
label: Priority (0=Default)
help: Lower means later inclusion. Negative value to add this file after the other files (that come with the theme)
default: 0