mireo91/repeatablefields

Last activity 28 May 2025 16 23886
composer require mireo91/repeatablefields

Neos package for adding repeatables fields to neos-ui react

v1.8.1

Version
v1.8.1
Type
neos-plugin
Release Date
Apr 14, 2020 15:07
Source
git
Distribution
zip
Requires
  • neos/neos: >=5.0
  • neos/neos-ui: >=3.7.0
GPL-3.0-or-later 1a44b5245baf4d4d8c7de65c4168ca2ca23a842f

Readme excerpt

RepeatableFields

Neos package for adding repeatables fields to neos-ui react

Demo View

Instalation

composer require mireo91/repeatablefields

Configuration

Create 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
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.