This module provides a weight field that can be added to any fieldable entity.
The weight field can be used to provide customized sorting.
This module also provides a Views field handler that allows users with the appropriate permission
to rearrange the rows of a Views table (drag and drop) and save the new order.
Installation
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules. - Add the weight field to an entity or content type.
- Drag and drop (optional): To change the entity weights via the UI, create a Views table and add the Weight field (listed as FIELD_NAME selector).
Add the Weight field for sorting for both the View with drag and drop, and any other View which will
display the results. Ensure that the Views table's sort (in the table's Settings) is set to
none.
Configuration options
- Range: The range is set when adding a weight field to an entity. It defines
that fields available weight range. For example, a range of 20 will allow
you to select a weight between -20 and 20.
Issues
Bugs and Feature requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/weight/issues.
Current Maintainers
Credits
- Ported to Backdrop CMS by argiepiano.
- Original Drupal 7 module mantainers: ziomizar, Shreya Shetty, kevinquillen, davisben, deviantintegral
License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.