ericges / contao-be-sorted-nav-bundle
Add this to your contao project to have an alphabetically sorted backend navigation. This is useful if you have a lot of backend modules and want to find them quickly.
Package info
github.com/ericges/contao-be-sorted-nav-bundle
Type:contao-bundle
pkg:composer/ericges/contao-be-sorted-nav-bundle
1.0.1
2023-11-13 14:20 UTC
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.8 || ^5.0
- symfony/http-foundation: ^5.4 || ^6.0
README
Add this to your contao project to have an alphabetically sorted backend navigation. This is useful if you have a lot of backend modules and want to find them quickly.
Features
- Works by including a tiny JavaScript file that does the sorting.
- Adds an option to
tl_userto sort the navigation sidebar. Enabled by default.
Setup
Requires Contao
>=4.8and PHP>=7.4
Require this bundle in your composer.json and update your dependencies:
composer require ericges/contao-be-sorted-nav-bundle
There is no more to it.