> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/additional-features/extensions/tabs-on-product-pages/properties-tab.md).

# Properties tab

The **properties tab** shows the properties of a product in a separate tab on the product page.

<figure><img src="/files/BycszqicKqC4fyK6ybOJ" alt=""><figcaption><p>ThemeWare® "Properties tab"</p></figcaption></figure>

{% hint style="info" %}
**Note**: The tab is displayed if the "Show properties table in a seperate tab" configuration is set to "show in a seperate tab" and the product has at least one property.
{% endhint %}

***

## Configuration

### **Theme configuration**

1. Go to the "**Product pages**" tab
2. Expand the "**Tab "Properties"**" block
3. Set the configuration "**Show properties table in a seperate tab**" to "**show in a seperate tab**"
4. Save your changes after editing

### Content

The "Properties tab" integrates the properties table (Shopware standard) from the "Description" tab.

#### Title

The tab name is based on the snippet `twt.detail.tabProperties.title`.

#### Headline

A headline is displayed within the tab. You edit the text using the snippet `twt.detail.tabProperties.headline`.

#### Info text

An info text can optionally be displayed below the properties table. You edit the text using the snippet `twt.detail.infoProperties`.

{% hint style="info" %}
**Note**: For information on how to edit snippets, see the following instructions: [Texts: Editing and translation](https://knowledge.themeware.design/knowledge-base/tutorials/texts-editing-and-translation)
{% endhint %}

{% hint style="success" %}
**Tip**: If a change does not affect the storefront, just clear the Shopware cache: [Clearing / warming up the Shopware cache](https://knowledge.themeware.design/knowledge-base/tutorials/miscellaneous/clearing-the-shopware-cache)
{% endhint %}

***

## Options

* **Show headline**
  * Controls the headline within the tab: "show", "don't show", "show product name only" or "show snippet only".
* **Show info text below properties table**
  * Optionally displays an info text below the table ("show" / "don't show").

***

## Summary

#### Theme configuration

* Tab "Product pages" => Block "Tab "Properties"" => Show properties table in a seperate tab
* Tab "Product pages" => Block "Tab "Properties"" => Section "Basic configuration" => Show headline / Show info text below properties table

#### Snippets

* **Title**
  * `twt.detail.tabProperties.title`
* **Headline**
  * `twt.detail.tabProperties.headline`
* **Info text**
  * `twt.detail.infoProperties`
