psmb/splitadd

Letzte Aktivität 11 Feb 2025 11 2 6358
composer require psmb/splitadd

Allows to insert images and other nodes between text paragraphs in one click

dev-master

Version
dev-master
Type
neos-package
Release Date
Mar 08, 2024 10:38
Requires
  • neos/neos-ui: ~7.3 || ^8.0

Readme excerpt

This package adds a button to CKE5 toolbar that splits the current node after the current paragraph, and then allows to insert a new node in between. E.g. especially useful to insert images or headlines inside some text node. Works only on nodes inside ContentCollections (obviously).

Installation
  1. composer require 'psmb/splitadd'
  2. Enable splitNode button on node properties that should support it, e.g.:
'Neos.NodeTypes:TextMixin': properties: text: ui: inline: editorOptions: formatting: splitAdd: true

Note: when using neos/neos-ui older than 2.0, you need to switch to using CKeditor …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).