fritzmg / contao-news-sorting
Sort settings for the Contao news list.
Package info
github.com/fritzmg/contao-news-sorting
Type:contao-module
pkg:composer/fritzmg/contao-news-sorting
Fund package maintenance!
4.1.2
2026-03-05 09:28 UTC
Requires
- php: >=8.1
- contao/core-bundle: ^4.13 || ^5.0
- contao/news-bundle: ^4.13 || ^5.0
- doctrine/dbal: ^3.0 || ^4.0
- inspiredminds/contao-news-filter-event: ^1.2
- symfony/config: ^5.4 || ^6.4 || ^7.4
- symfony/dependency-injection: ^5.4 || ^6.4 || ^7.4
- symfony/http-kernel: ^5.4 || ^6.4 || ^7.4
Requires (Dev)
- contao/easy-coding-standard: ^6.0
- contao/manager-plugin: ^2.11
- contao/rector: ^1.0
Suggests
- inspiredminds/contao-categories-news-filter: Adds compatibility with codefog/contao-news_categories.
Conflicts
- contao/manager-plugin: <2.11 || >= 3.0
README
Contao News Sorting
This Contao extension adds additional sort settings for the news list:
- Subheadline ascending
- Subheadline descending
- Random (Date descending)
- Custom (Date ascending)
- Custom (Date descending)
When using the Custom sort setting you can switch the sorting in the back end to Sorting value (do not forget to apply) and then sort the news articles via drag & drop in the back end.
This setting is applied via the NewsFilterEvent.
Note
Install inspiredminds/contao-categories-news-filter for compatibility with codefog/contao-news_categories.