backdrop-contrib / textformatter

This module provides an additional formatter to render values in all core fields as HTML or comma-separated lists.
GNU General Public License v2.0
1 stars 2 forks source link

Text Formatter

This module provides an additional formatter to render values in core fields as HTML or comma-separated lists. This works with taxonomy terms, entity reference fields, link fields, and text fields.

For multi-value fields, each field value becomes a list item. For long text fields, each line becomes a list item.

There is an option to sort if desired, including alphabetical, reverse alphabetical, and (for taxonomy terms) by term weight.

Text Formatter also provides hooks (see textformatter.api.php) so that other modules can register and implement listings for their field data. The textformatter_contrib module provides some implementations. This is bundled with this module. Currently entityreference, node reference, and link fields are supported.

Installation

Configuration

There is no special configuration for this module. You may configure it just as you would any other field formatter on the "Manage display" tab.

Text Formatter

Issues

Bugs and Feature requests should be reported in the Issue Queue

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.