[Neos] Re: [TYPO3 NEOS 1.2] Dimension / Language problem
Patric Eckhart
mail at patriceckhart.com
Tue Dec 23 20:30:31 CET 2014
Now I have fixed the problem. It works perfect.
You must give the Home Node (with the Globe-Icon) an URL path segment like home.
and this Settings.yaml:
TYPO3:
TYPO3CR:
contentDimensions:
'language':
default: 'de'
defaultPreset: 'de'
label: 'Language'
icon: 'icon-language'
presets:
'en':
label: 'Englisch'
values: ['en']
uriSegment: 'en'
'de':
label: 'Deutsch'
values: ['de']
uriSegment: 'de'
More information about the Neos
mailing list