form_file_collection/Tests/Fixtures/form_file_collection_example/Configuration/Forms/Setup.yaml
Daniel Siepmann e635b66d36
Initialize project (#1)
Provide first implementation with basic setup.
2023-07-03 10:08:33 +02:00

15 lines
445 B
YAML

TYPO3:
CMS:
Form:
persistenceManager:
allowedExtensionPaths:
10: EXT:form_file_collection_example/Configuration/Forms/
prototypes:
standard:
formElementsDefinition:
FileCollection:
renderingOptions:
# Allows to switch between different rendering like "Checkbox", "MultiCheckbox" or "RadioButton", etc.
templateName: 'MultiCheckbox'