field_limiter
604 sites
Security covered
Field Limiter allows you to limit the number of field values rendered by a formatter. This module is the result of the conversation in #1234624: Limit the number of fields to display.
This module started as a sandbox project and has grown into a full module now. However it was impossible to test it with the infinite possible combinations of fields and formatters. Your feedback, even a simple "Wow, it really works!", is still very welcome.
Field Limiter is dependent on the Field Formatter module which provides a field formatter wrapper base class (FieldWrapperBase). Credits for the idea and initial attempt to build a field limiter based on FieldWrapperBase, go to dawehner.
Also, needs tests.