Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Tweak README.md #3

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ Works only on nodes inside ContentCollections (obviously).

## Installation

1. Switch to using CKeditor 5
2. `composer require '@psmb/splitadd:@dev'`
3. Enable splitNode button on node properties that should support it, e.g.:
1. `composer require 'psmb/splitadd'`
2. Enable splitNode button on node properties that should support it, e.g.:

```
```yaml
'Neos.NodeTypes:TextMixin':
properties:
text:
Expand All @@ -21,3 +20,13 @@ Works only on nodes inside ContentCollections (obviously).
formatting:
splitAdd: true
```

Note: when using `neos/neos-ui` older than 2.0, you need to switch to using CKeditor 5:

```yaml
Neos:
Neos:
Ui:
frontendConfiguration:
defaultInlineEditor: 'ckeditor5'
```