mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
|
title: PLUGIN_ADMIN.MODULAR
|
||
|
@extends:
|
||
|
type: default
|
||
|
context: blueprints://pages
|
||
|
|
||
|
form:
|
||
|
fields:
|
||
|
tabs:
|
||
|
type: tabs
|
||
|
active: 1
|
||
|
|
||
|
fields:
|
||
|
content:
|
||
|
fields:
|
||
|
|
||
|
header.content.items:
|
||
|
type: select
|
||
|
label: PLUGIN_ADMIN.ITEMS
|
||
|
default: '@self.modular'
|
||
|
options:
|
||
|
'@self.modular': Modular Children
|
||
|
|
||
|
header.content.order.by:
|
||
|
type: select
|
||
|
label: PLUGIN_ADMIN.ORDER_BY
|
||
|
default: date
|
||
|
options:
|
||
|
folder: PLUGIN_ADMIN.FOLDER
|
||
|
title: PLUGIN_ADMIN.TITLE
|
||
|
date: PLUGIN_ADMIN.DATE
|
||
|
default: PLUGIN_ADMIN.DEFAULT
|
||
|
|
||
|
header.content.order.dir:
|
||
|
type: select
|
||
|
label: PLUGIN_ADMIN.ORDER
|
||
|
default: desc
|
||
|
options:
|
||
|
asc: PLUGIN_ADMIN.ASCENDING
|
||
|
desc: PLUGIN_ADMIN.DESCENDING
|
||
|
|
||
|
header.process:
|
||
|
type: ignore
|
||
|
content:
|
||
|
type: ignore
|
||
|
uploads:
|
||
|
type: ignore
|
||
|
|