27 lines
560 B
YAML
27 lines
560 B
YAML
|
title: SlideshowExt
|
||
|
extends@:
|
||
|
type: default
|
||
|
context: blueprints://pages
|
||
|
form:
|
||
|
validation: loose
|
||
|
fields:
|
||
|
header.slides:
|
||
|
type: list
|
||
|
style: vertical
|
||
|
label: Slides
|
||
|
fields:
|
||
|
.image:
|
||
|
type: pagemediaselect
|
||
|
label: Bild
|
||
|
.title:
|
||
|
type: text
|
||
|
label: Titel
|
||
|
.description:
|
||
|
type: markdown
|
||
|
label: Beschreibung
|
||
|
.btn:
|
||
|
type: text
|
||
|
label: Button-Text (optional)
|
||
|
.url:
|
||
|
type: text
|
||
|
label: Button-Link (optional)
|