Views Delimited List allows you to format the row results of a view as a comma
(or other delimiter) separated list. You can additionally define a different
final delimiter and configure how it behaves with smaller result sets.
The module adds a new display style with configuration for the delimiter, final
delimiter and optional prefix/suffix. Each row should have a single line to work
well so combine fields inline. No additional white space is added so add
whitespace to the field and/or to the configured delimiters.
With a 'HTML list' display, the results might have looked like:
- Item 1
- Item 2
- Item 3
But with the module, the results can look like:
Item 1, Item 2 and Item 3
Installation
- Install this module using the official Backdrop CMS instructions at
https://docs.backdropcms.org/documentation/extend-with-modules.
Issues
Bugs and Feature Requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/views_delimited_list/issues.
Current Maintainers
- Martin Price - System Horizons Ltd
- Collaboration and co-maintainers welcome!
Credits
- Ported to Backdrop CMS by - Martin Price - System Horizons Ltd.
- Port and ongoing development sponsored by System Horizons Ltd.
- Original module for Drupal:
- Written, ported to Drupal 7 and maintained for Drupal 7 by
Jason Zhang (zhangtaihao)
- Written, ported to Drupal 7 and maintained for Drupal 7 by
License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.