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.

1.0.1 2023-11-13 14:20 UTC

This package is auto-updated.

Last update: 2024-09-14 15:11:25 UTC


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_user to sort the navigation sidebar. Enabled by default.

Setup

Requires Contao >=4.8 and 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.