mirror of
https://github.com/getgrav/grav.git
synced 2024-12-22 19:58:39 +00:00
19 lines
342 B
YAML
19 lines
342 B
YAML
title: PLUGIN_ADMIN.ADD_ACCOUNT
|
|
|
|
form:
|
|
validation: loose
|
|
fields:
|
|
|
|
content:
|
|
type: section
|
|
title: PLUGIN_ADMIN.ADD_ACCOUNT
|
|
|
|
username:
|
|
type: text
|
|
label: PLUGIN_ADMIN.USERNAME
|
|
help: PLUGIN_ADMIN.USERNAME_HELP
|
|
unset-disabled@: true
|
|
unset-readonly@: true
|
|
validate:
|
|
required: true
|