Nudity
Component ID
2012384
Component name
Nudity
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
466
Component created
Component changed
Component body
This module strips all wrappers and labels from body fields.
You can also apply the naked style to other fields by implementing hook_preprocess_field() in your module or theme. See README.txt for more details.
This module was inspired by Fences. You can achieve the same by using Fences, setting every field to "no markup" and hiding the label. Nudity does one thing only – makes bodies naked. You can of course alter the output of naked fields by overriding theme_field_naked() in your theme's template.php file.
In future I may decide to add a setting to fields/field instances/formatters to apply the naked style to other fields as well. Please create an issue if this would be useful to you.
