shel/neos-next-node

Neos Ui plugin to simplify creation of the next content element

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:TypeScript

Type:neos-plugin

0.1.0 2025-09-18 09:03 UTC

This package is auto-updated.

Last update: 2025-09-18 12:08:17 UTC


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:

Example of the 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