mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
37 lines
689 B
YAML
37 lines
689 B
YAML
|
rules:
|
|||
|
slug:
|
|||
|
pattern: "[a-zа-я][a-zа-я0-9_\-]+"
|
|||
|
min: 2
|
|||
|
max: 80
|
|||
|
|
|||
|
form:
|
|||
|
validation: loose
|
|||
|
|
|||
|
fields:
|
|||
|
|
|||
|
tabs:
|
|||
|
type: tabs
|
|||
|
active: 1
|
|||
|
|
|||
|
fields:
|
|||
|
content:
|
|||
|
type: tab
|
|||
|
title: PLUGIN_ADMIN.CONTENT
|
|||
|
|
|||
|
fields:
|
|||
|
|
|||
|
header.title:
|
|||
|
type: text
|
|||
|
autofocus: true
|
|||
|
label: PLUGIN_ADMIN.TITLE
|
|||
|
|
|||
|
header.external_url:
|
|||
|
type: text
|
|||
|
label: PLUGIN_ADMIN.EXTERNAL_URL
|
|||
|
placeholder: https://getgrav.org
|
|||
|
validate:
|
|||
|
required: true
|
|||
|
options:
|
|||
|
type: tab
|
|||
|
title: PLUGIN_ADMIN.OPTIONS
|