ClassificationTag
Classification tag allows the configurator to assign a custom tag name to a product item. These tags are exposed in the scripting system via the Tags property alongside automatic tags such as role:product and list:*. Use the built-in Contains function to check whether a component or structure has a given tag:
Contains(Tags, 'BottomMAT')
Contains(Root.Bottom.Component.Tags, 'BottomMAT')

| Property Name | Type | Localized | Description |
|---|---|---|---|
| Tag | Text field | N | A label that is associated with the item it's been configured to |