37 lines
901 B
YAML
Executable File
37 lines
901 B
YAML
Executable File
name: Childlist
|
|
slug: childlist
|
|
type: plugin
|
|
version: 0.1.0
|
|
description: display a list of children page in admin
|
|
icon: plug
|
|
author:
|
|
name: armansansd
|
|
email: contact@armansansd.net
|
|
homepage: https://github.com/armansansd/grav-plugin-childlist
|
|
demo: http://demo.yoursite.com
|
|
keywords: grav, plugin, etc
|
|
bugs: https://github.com/armansansd/grav-plugin-childlist/issues
|
|
docs: https://github.com/armansansd/grav-plugin-childlist/blob/develop/README.md
|
|
license: MIT
|
|
|
|
dependencies:
|
|
- { name: grav, version: '>=1.6.0' }
|
|
|
|
form:
|
|
validation: loose
|
|
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
|
|
text_var:
|
|
type: text
|
|
label: PLUGIN_CHILDLIST.TEXT_VARIABLE
|
|
help: PLUGIN_CHILDLIST.TEXT_VARIABLE_HELP
|