[Neos] Re: [TYPO3 NEOS 1.2] Dimension / Language problem

Patric Eckhart mail at patriceckhart.com
Mon Dec 22 13:03:32 CET 2014


Hey,

I have a similar problem.

My actual Settings.yaml (see below) work, but when I delete the other languages (except german and english) I have the same troubles like you.
I would like to German as the default language in the backend - defined in Settings.yaml but it does not work.

Carsten helps me a little: 
http://forum.typo3.org/index.php/t/207753/

TYPO3CR:
    contentDimensions:
      'language':
        default: 'de'
        defaultPreset: 'de'
        presets:
          'all': ~
          'de':
            label: 'German'
            values: ['de']
            uriSegment: 'de'
          'en_US':
            label: 'English (US)'
            values: ['en_US', 'de']
            uriSegment: 'en'
          'en_UK':
            label: 'English (UK)'
            values: ['en_UK', 'de']
            uriSegment: 'uk'
          'fr':
            label: 'French'
            values: ['fr', 'de', 'en_US']
            uriSegment: 'fr'
          'nl':
            label: 'Dutch'
            values: ['nl', 'en_US']
            uriSegment: 'nl'
          'dk':
            label: 'Danish'
            values: ['dk', 'en_US']
            uriSegment: 'dk'
          'lv':
            label: 'Latvian'
            values: ['lv', 'en_US']
            uriSegment: 'lv'


More information about the Neos mailing list