upassist/neos-editors

There is no license information available for the latest version (1.1.0) of this package.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-package

1.1.0 2024-11-13 13:12 UTC

This package is auto-updated.

Last update: 2024-11-13 13:12:35 UTC


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

Example