neosrulez / neos-editors
此包的最新版本(1.0.2)没有可用的许可信息。
为Neos CMS检查器提供额外编辑器的包。
1.0.2
2024-06-19 17:21 UTC
Requires
- neos/neos: ^8.0 || ^8.1 || ^8.2 || ^8.3
This package is not auto-updated.
Last update: 2024-09-25 18:31:11 UTC
README
Neos CMS插件,提供其他有用的编辑器。
安装
只需运行
composer require neosrulez/neos-editors
距离编辑器
密码输入
⚠️请注意!密码不会安全存储。它以纯文本形式保存。
高级选择框编辑器
使用方法
'Neos.Neos:Content': ui: inspector: groups: distance: label: Distance icon: fas fa-arrows-alt-v properties: margin: type: array ui: label: Margin reloadIfChanged: true inspector: group: distance position: 1 editor: NeosRulez/Neos/Editors/DistanceEditor padding: type: array ui: label: Padding reloadIfChanged: true inspector: group: distance position: 2 editor: NeosRulez/Neos/Editors/DistanceEditor password: type: string ui: label: Password reloadIfChanged: true inspector: group: rotation position: 3 editor: NeosRulez/Neos/Editors/PasswordInput color: type: string ui: label: Color reloadIfChanged: true inspector: group: rotation position: 4 editor: NeosRulez/Neos/Editors/SelectBoxEditor