prgfx/neos-stringseditor
最新稳定版本:v0.2.0
Composer 安装命令:
composer require prgfx/neos-stringseditor
包简介
Neos CMS string-array editor
README 文档
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
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-10-04
