next session

This commit is contained in:
2023-07-15 16:15:17 +00:00
parent d4e21505ad
commit c6d43a95fa
28 changed files with 988 additions and 72 deletions

View File

@@ -35,7 +35,7 @@
id: boxlist
- name: Ausfahrbare Box
id: extendableBox
id: extendableBoxes
- name: Text mit Link
id: textLink
@@ -46,11 +46,11 @@
- name: Seitenlinks
id: pageLinkBlocks
- name: networkEvents
- name: Netzwerk Veranstaltungen
id: networkEvents
- name: publication
id: publication
- name: Veröffentlichungen
id: publications
- name: networkEvents
type: object[]
@@ -79,17 +79,18 @@
meta:
label: downloadDatei
- name: publication
type: object
- name: publications
type: object[]
meta:
label: Publikationen
dependsOn:
eval: $parent.contentType == 'publication'
eval: $parent.contentType == 'publications'
subFields:
- name: content
type: string
meta:
label: Inhalt
widget: richtext
- name: file
type: file
@@ -262,7 +263,7 @@
meta:
label: Beschreibung
- name: personPreview
type: object
type: object[]
meta:
label: Personenvorschau
dependsOn:
@@ -284,6 +285,22 @@
meta:
label: Name
- name: link
type: string
meta:
label:
de: Seite
en: page
widget: select
choices:
endpoint: page
params:
sort: path
projection: navigation
mapping:
id: id
name: path
- name: boxList
type: object
meta:
@@ -301,12 +318,12 @@
meta:
label: Name
- name: extendableBox
type: object
- name: extendableBoxes
type: object[]
meta:
label: Ausklappbare Box
dependsOn:
eval: $parent.contentType == 'extendableBox'
eval: $parent.contentType == 'extendableBoxes'
subFields:
- name: title
type: string
@@ -318,6 +335,17 @@
meta:
widget: richtext
label: Text
- name: emailButton
type: boolean
meta:
label: E-Mail Button Anzeigen
- name: emailSubject
type: string
meta:
label: E-Mail default Betreff
dependsOn:
eval: $parent.emailButton == true
- name: textLink
type: object