mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
45 lines
952 B
YAML
45 lines
952 B
YAML
|
title: Group
|
||
|
form:
|
||
|
validation: loose
|
||
|
|
||
|
fields:
|
||
|
spacer:
|
||
|
type: spacer
|
||
|
text: '<br>'
|
||
|
|
||
|
groupname:
|
||
|
type: text
|
||
|
size: large
|
||
|
label: PLUGIN_ADMIN.NAME
|
||
|
disabled: true
|
||
|
readonly: true
|
||
|
|
||
|
readableName:
|
||
|
type: text
|
||
|
size: large
|
||
|
label: PLUGIN_ADMIN_PRO.READABLE_NAME
|
||
|
|
||
|
description:
|
||
|
type: text
|
||
|
size: large
|
||
|
label: PLUGIN_ADMIN.DESCRIPTION
|
||
|
|
||
|
icon:
|
||
|
type: text
|
||
|
size: small
|
||
|
label: PLUGIN_ADMIN_PRO.ICON
|
||
|
|
||
|
access.admin:
|
||
|
type: array
|
||
|
label: PLUGIN_ADMIN.ADMIN_ACCESS
|
||
|
multiple: false
|
||
|
validate:
|
||
|
type: array
|
||
|
|
||
|
access.site:
|
||
|
type: array
|
||
|
label: PLUGIN_ADMIN.SITE_ACCESS
|
||
|
multiple: false
|
||
|
validate:
|
||
|
type: array
|