prgfx / neos-stringseditor
There is no license information available for the latest version (v0.2.0) of this package.
Neos CMS string-array editor
Package info
github.com/PRGfx/Prgfx.Neos.StringsEditor
Language:TypeScript
Type:neos-package
pkg:composer/prgfx/neos-stringseditor
v0.2.0
2025-06-21 09:17 UTC
Requires
- neos/neos-ui: ^8 || ^9
README
Provides an inspector editor for editing simple array<string> properties.
composer require prgfx/neos-stringseditor
Usage
My.NodeType: properties: items: type: array<string> ui: inspector: # you can normally omit this, when you use array<string> as property type editor: Prgfx.Neos.StringsEditor editorOptions: placeholder: Placeholder text # optional number of items allowed to be entered maximumItems: 4 # by default only unique items are allowed, but you can disable this rule unique: false
