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
| Block | Use when | Example |
|---|---|---|
| TechnicalSpecificationBlock | Value is text, a list, or an enum | Container Types: PET, cans, glass |
| UnitOfMeasurementBlock | Value is numeric with a unit | Throughput: 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.