32 lines
572 B
YAML
32 lines
572 B
YAML
title: Kalender
|
|
|
|
columns:
|
|
- width: 1/3
|
|
sections:
|
|
drafts:
|
|
extends: sections/calendar
|
|
label: Drafts
|
|
status: draft
|
|
|
|
- width: 2/3
|
|
sections:
|
|
listed:
|
|
extends: sections/calendar
|
|
label: Veröffentlich
|
|
status: listed
|
|
|
|
- width: 1
|
|
sections:
|
|
fields:
|
|
type: fields
|
|
fields:
|
|
text:
|
|
type: textarea
|
|
size: large
|
|
buttons:
|
|
- code
|
|
- '|'
|
|
- link
|
|
- email
|
|
- '|'
|
|
- clear |