julienmonnerie/site/blueprints/sections/exhibitions_content_exhibitions.yml

58 lines
1.4 KiB
YAML
Raw Normal View History

2022-06-29 17:24:41 +02:00
headline:
2022-09-06 09:47:52 +02:00
en: Exhibitions
fr: Expositions
2022-06-29 17:24:41 +02:00
type: fields
fields:
2022-09-06 09:47:52 +02:00
exhibitions:
label:
en: Exhibitions
fr: Expositions
type: structure
prepend: true
sortable: true
required: true
fields:
url:
label:
en: URL
fr: URL
type: url
width: 2/4
external_link:
label:
en: External link
fr: Lien externe
type: toggle
text:
-
en: 'No'
fr: Non
-
en: 'Yes'
fr: Oui
width: 1/4
background_color:
when:
external_link: false
label:
en: Background color
fr: Couleur de fond
type: select
options:
feldgrau: Feldgrau
white:
en: White
fr: Blanc
default: feldgrau
width: 1/4
columns:
url:
width: 2/4
external_link:
width: 1/4
background_color:
width: 1/4
2022-06-29 17:24:41 +02:00