forked from naucon/grav-auto-author
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
39 lines (37 loc) · 988 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
37
38
39
name: Auto Author
version: 0.1.0
description: Automatically adds an author to frontmatter when creating a new page via Grav Admin plugin
icon: user-circle
author:
name: Sven Sanzenbacher
homepage: https://github.com/naucon/grav-plugin-auto-author
keywords: grav, plugin, auto-author, author, autor, frontmatter
bugs: https://github.com/naucon/grav-plugin-auto-author/issues
docs: https://github.com/naucon/grav-plugin-auto-author/blob/develop/README.md
license: MIT
dependencies:
- { name: admin, version: '>=1.2.3' }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
user:
type: toggle
label: Current user
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
help: use current admin user (fullname) or site author