Dimension
This module provides a field type for storing and displaying dimensions, supporting length, area, and volume measurements. It offers configurable formatters to display dimensions as a table or a single line, with individual settings for prefixes, suffixes, data types, and descriptions for each dimension component.
A field class to support dimensions. The following three modes are supported:
- Length
- Area (width and height)
- Volume (width, height and depth)
The module comes with two formatters where the dimension values either get displayed as a table with each value of the dimension in a new row or as a single line with the initial(s) of the dimension components as the label(s).
In the field settings each dimension component can be configured individually with prefix, suffix and data type. At this time, only integer and decimals are supported. Also, a description for each dimension component can be defined which will be used in form widgets to help the user understand what each field means and what to input.
This field is a requirement by
Depends on
Dependencies of the latest stable release
- field Drupal core
Required by
1 tracked project depends on this one
- Digital Signage Framework 7 sites