pagetree
84 sites
No security coverage
This module allows to display menus for authenticated users as a configurable tree. The nodes can be published, unpublished, reordered and copied. The entries also indicate the current publishing status of the node.
Installation and usage
1. Install using composer require drupal/pagetree or via drupal.org/project/pagetree.
2. Configure the module at /admin/config/pagetree (menus, languages and types to display)
3. Add the integrated Page Tree Block to the frontend theme.
For developers
The Page Tree module utilizes Drupal's plugin system to allow extending the operations. See ./src/Plugin/pagetree for interfaces and default implementations
TODO: Extend this section