Field Formatter Extras

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 and add prefixes and suffixes to field value wrappers.

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).