shel / neos-next-node
Neos Ui plugin to simplify creation of the next content element
Fund package maintenance!
Patreon
sebobo
www.amazon.de/hz/wishlist/ls/JEL60X51G2GA
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:TypeScript
Type:neos-plugin
Requires
- neos/neos: ^8.3
- neos/neos-ui: ^8.3.15
README
This plugin allows defining other nodetypes as "next" nodetypes, which can be used to quickly create a follow-up content element while editing a page in the Neos CMS backend.
Installation
composer require shel/neos-next-node
Example configuration
'Neos.Demo:Content.Text': options: nextNodeTypes: 'Neos.Demo:Content.Text': true 'Neos.Demo:Content.Image': true
This would lead to the following additional buttons in the Neos CMS backend:
⚠️The default behaviour is to show the same nodetype as next nodetype. If you want to change this, you have to explicitly configure the nextNodeTypes
option. This also means, that you only have to adjust this setting for a nodetype if you want a different behaviour than the default one.
Hotkeys
The plugin also registers hotkeys for quickly creating a follow-up content element:
- Ctrl + Enter
- Cmd + Enter (Mac)
Development — Build a new version
Run the following commands in the ui-plugin
folder to build a new version of the plugin:
yarn yarn build
Or during development, run
yarn watch
Sponsors
The public first release of this package was generously sponsored by Vogel communications group.
License
See License