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.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:contao-bundle

pkg:composer/ericges/contao-be-sorted-nav-bundle

1.0.1 2023-11-13 14:20 UTC

This package is auto-updated.

Last update: 2025-12-14 17:39:09 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.