TechnicalSpecificationBlock


The TechnicalSpecificationBlock renders a single text-based product specification row. The UnitOfMeasurementBlock renders a numeric specification with a unit. Both are used together on ProductPage templates.

About this block

The TechnicalSpecificationBlock renders a single non-numeric product specification row — a label and a text value. It is used on ProductPage templates inside the TechnicalSpecifications content area to build a scannable specification table row by row.

For numeric specifications with a unit (mm, kg, kW), use the UnitOfMeasurementBlock instead.

When to use each block

BlockUse whenExample
TechnicalSpecificationBlockValue is text, a list, or an enumContainer Types: PET, cans, glass
UnitOfMeasurementBlockValue is numeric with a unitThroughput: 3,000 containers/hour

Typical placement

Both blocks are placed in the TechnicalSpecifications content area on a ProductPage. They render as a two-column specification table — label on the left, value on the right — stacked as many rows as needed.

UnitOfMeasurementBlock

The UnitOfMeasurementBlock renders a single numeric specification with a unit of measurement. It sits alongside TechnicalSpecificationBlock entries in the ProductPage specification area to present quantitative data in a consistent format.