The Specifications block displays product specifications as a neatly formatted table on your product pages. Atlas supports two configuration approaches: a single metafield for simplicity, or separate metafields for greater flexibility.
The simplest way to manage specifications is with a single Rich text metafield. You enter your specifications as a bullet list, and the theme automatically converts them into a table on the product page.

Label: Value format:- Weight: 500g
- Material: Metal, Wood
- Color: Red
Alternatively, you can create a dedicated metafield for each specification type (e.g., one for "Weight", one for "Material", one for "Color"). This approach is useful when you want to reuse these metafields for other purposes, such as building collection filters.
custom.weight, custom.material).custom.weight
custom.material
custom.battery_life
By default, the theme derives the display label from the metafield key. For example, custom.battery_life will appear as "Battery life" in the table.
To set a custom label, prepend the metafield key with your preferred name followed by a colon:
custom.weight
custom.material
Battery life (in days):custom.battery_life
In this example, the custom.battery_life specification will display as "Battery life (in days)".