upassist / neos-editors
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:neos-package
Requires
- neos/neos-ui: >=5.2
README
Additional editors to be used in the Neos CMS.
ArrayInfoEditor
What it does
This editor shows rough array information in the same layout as the nodeView shows detailed information.
When to use
When you store information to a node in the form of an array and want to show the details in the inspector.
How to use
Add the editor to your configuration:
properties: myArrayProperty: type: array ui: ... inspector: ... editor: UpAssist.Neos.Editors/Inspector/Editors/ArrayInfoEditor