mireo91/repeatablefields
composer require mireo91/repeatablefields
Neos package for adding repeatables fields to neos-ui react
Readme excerpt
RepeatableFieldsNeos package for adding repeatables fields to neos-ui react
Demo View Instalationcomposer require mireo91/repeatablefields
ConfigurationCreate property with type reapeatable.
... properties: repetableProperty: type: repeatable ui: label: 'Repeatable Field Group' inspector: group: document editorOptions: buttonAddLabel: 'Add row' #default lable max: 100 #default max min: 0 #default min controls: #default all set to true move: true remove: true add: true properties: …Read more