Field Formatter Extras
Categories
Component ID
1933776
Component name
Field Formatter Extras
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
522
Component created
Component changed
Component body
This module, building on top of API provided by Field formatter settings, allows site administrators to change field settings and:
- change field wrapper HTML tag,
- add custom field wrapper and field value classes,
- add prefixes and suffixes to field value wrappers.
Note that this module will work only with fields using default field.tpl.php template file and not using any theme override functions (for example it won't work out of the box for default Tags field in Bartik theme, which defines bartik_field__taxonomy_term_reference() function implementing theme_field__field_type() - to make it work in such cases those implementations need to be removed first).
