list_formatter
6 sites
Security covered
This module provides a field display formatter to render field values as HTML or comma-separated lists. This can currently be used on all core field types (text, long text, number, list, and taxonomy reference etc..) and some contributed fields. (see below).
For multi-value fields, each field value becomes a list item. For long text fields, each line becomes a list item.
This module was previously textformatter.
Alternatives
- Fences allows flexibly defining wrappers and HTML elements used for field wrappers, labels and values and thereby also allows to create lists using e.g.
<ul>as wrapper and<li>for field items.