psmb/splitadd
最新稳定版本:1.0
Composer 安装命令:
composer require psmb/splitadd
包简介
Allows to insert images and other nodes between text paragraphs in one click
README 文档
README
This package adds a button to the inline editor toolbar that splits the current node after the current paragraph, and then allows to insert a new node in between.
This is useful to insert new nodes inside a text node, e.g. to insert images or headlines inside some text node.
It (obviously) works only on nodes inside ContentCollections.
Installation and Configuration
composer require 'psmb/splitadd'- Enable the splitAdd button on node properties that should support it, e.g.:
'Neos.NodeTypes:TextMixin': properties: text: ui: inline: editorOptions: formatting: splitAdd: true
!!! Migration from 0.x to 1.0
In versions below 1.0, the configuration mentioned before was simply ignored - if SplitAdd was installed, it was enabled for all inline editor node types. So when upgrading from 0.x to 1.0, you need to add the configuration to enable SplitAdd for the node types you want it to be enabled for.
Compatibility and Maintenance
This package is currently being maintained for the following versions:
| Neos Version | Version | Maintained |
|---|---|---|
| Neos 7.3 and above | 1.x | Yes |
| Neos 3.3 - 7.2 | 0.4 | No |
统计信息
- 总下载量: 8.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2026-01-04
