GravTheme/blueprints/modular/slideshowext.yaml

35 lines
794 B
YAML

title: SlideshowExt
extends@:
type: default
context: blueprints://pages
form:
validation: loose
fields:
header.transduration:
type: text
label: Übergangsdauer
help: 'Dauer des Übergangs (Fade-In bzw. -Out) zwischen zwei Slides in Sekunden'
default: 2
validate:
required: true
type: int
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)