Closed brotkrueml closed 2 years ago
Like with the API or the view helpers it should be possible to add multiple values with TypoScript, like:
"availableLanguage": ["en","de"]
Preferable would be an array syntax known from TypoScript:
properties.availableLanguage { 10 = en 20 = de }
The properties should be stdWrap'able.
Is your feature request related to a problem? Please describe.
Like with the API or the view helpers it should be possible to add multiple values with TypoScript, like:
Describe the solution you'd like
Preferable would be an array syntax known from TypoScript:
The properties should be stdWrap'able.
Acceptance criteria