here is the output:
language:
label: 'Neos.Demo:Main:contentDimensions.language’
icon: icon-language
default: en_US
defaultPreset: en_US
presets:
all: null
en_US:
label: 'English (US)'
values:
- en_US
uriSegment: en
en_UK:
label: 'English (UK)'
values:
- en_UK
- en_US
uriSegment: uk
de:
label: German
values:
- de
uriSegment: de
fr:
label: French
values:
- fr
uriSegment: fr
nl:
label: Dutch
values:
- nl
- de
uriSegment: nl
da:
label: Danish
values:
- da
uriSegment: da
lv:
label: Latvian
values:
- lv
uriSegment: lv
now, i guess your assumption with the demo package is right, but I am unsure as to why this configuration is used since i have created my own site package before i started developing.
any idea how to tell neos to use my site package’s configuration instead of the one provided by the demo package?
thanks