[Neos] Re: Contact Form Select Field add options and values

Patric Eckhart mail at patriceckhart.com
Sat Jan 17 20:18:17 CET 2015


Ok, this is the solution

      -
        type: 'TYPO3.Form:SingleSelectDropdown'
        identifier: paket
        label: 'Paket'
        properties:
          options: ['First', 'Second', 'Third']

but how can I add values. Currently they are 0,1,2

I have tried 

          options: ['First', 'Second', 'Third']
          values: ['First', 'Second', 'Third']

but it does not work :-(


More information about the Neos mailing list