jeschek / dragsort
This extension enables drag and drop sorting for records in the backend.
Installs: 292
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 1
Type:bolt-extension
Requires
- php: ^8.0
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- bolt/core: ^5.1
- symplify/easy-coding-standard: ^9.4
This package is auto-updated.
Last update: 2025-03-07 16:02:46 UTC
README
Author: Philipp Jeschek
This extension enables drag and drop sorting for records in the backend of Bolt 5.
Installation:
composer require jeschek/dragsort
To enable drag and drop sorting add the following field to your content type:
sort: type: number mode: integer default: 10
There are some issues when trying to sort the records in the backend using
order: sort
To bypass that the addon changes the creation date to be able to sort by that property. If you use the creation date please create a full database backup before using this addon.
order: createdAt