Subfield formatters#
Every subfield in a Custom Field has its own configurable formatter — controlling how that subfield's value is displayed when the entity is rendered. Some subfield types offer more than one formatter to choose from (for example, a link subfield can render as a plain link, custom link text, or via Linkit), and the available formatter is configured per subfield in the field's display settings.
Available formatters#
- Boolean
- Date and time
- Date range
- Duration
- Entity reference
- Generic file
- Hidden
- Image
- Link
- Map (serialized array)
- Numeric
- Telephone link
- Text
- Time
- Time range
- URL
- URL to file
- Viewfield
Extending formatters#
If none of the built-in formatters cover your use case, you can create your own by extending an existing formatter plugin.
See How to extend a formatter plugin for more information.