grav/plugins/auto-date/blueprints.yaml

31 lines
760 B
YAML

name: Auto Date
version: 1.0.2
description: Automatically adds date to frontmatter when creating a new page via Grav Admin plugin
icon: clock-o
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-auto-date
keywords: plugin, auto-date, date, frontmatter
bugs: https://github.com/getgrav/grav-plugin-auto-date/issues
docs: https://github.com/getgrav/grav-plugin-auto-date/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