shel / neos-subtrees
Filter the Neos CMS document tree for configured subtrees via tabs
Installs: 237
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 1
Language:JavaScript
Type:neos-plugin
Requires
- neos/neos: ^7.3 || ^8.3
README
This plugin adds tabs above the document tree in Neos CMS. Each tab can show a different subtree of the main page tree.
⚠️ this plugin is currently only a preview for testing its viability and shouldn't be used in production yet.
Installation
composer require shel/neos-subtrees
Example configuration
Neos: Neos: Ui: frontendConfiguration: 'Shel.Neos.SubTrees:TabbedPageTree': presets: default: title: Default tooltip: Default document tree icon: home # Example for a custom preset: blog: # The label shown in the tab title: Blog # The tooltip to show when the tab is hovered tooltip: Blog & blog articles # The icon for the tab icon: list-alt # The path to the root node of this subtree / tab rootNode: '/sites/mysite/blog'
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
Sponsors
The public first release of this package was generously sponsored by RTP GmbH.
License
See License