# Theme Config Werte in Textbausteinen ausgeben?

**URL:** https://forum.shopware.com/t/theme-config-werte-in-textbausteinen-ausgeben/107567
**Category:** Shopware 6 (German)
**Created:** [8. Juli 2025 um 11:45 UTC](https://forum.shopware.com/t/theme-config-werte-in-textbausteinen-ausgeben/107567 "2025-07-08T11:45:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![LinS](https://avatars.discourse-cdn.com/v4/letter/l/edb3f5/32.png) [@LinS](https://forum.shopware.com/u/LinS)
#### Post date: [8. Juli 2025 um 11:45 UTC](https://forum.shopware.com/t/theme-config-werte-in-textbausteinen-ausgeben/107567/1 "2025-07-08T11:45:17Z")

</div>

Hallo,

ist es möglich, die config value eines Plugins oder Themes in einem Textbaustein auszugeben?

Wie muss ich vorgehen? Shopware selbst hat so eine `%star%`-Magic in Textbausteinen, läuft das darüber?  
Ich kann ja kein Twig einfügen, um z.B. `{{ theme_config("footer_telefonnummer") }}` in den Textbaustein zu packen.

Danke

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [8. Juli 2025 um 11:47 UTC](https://forum.shopware.com/t/theme-config-werte-in-textbausteinen-ausgeben/107567/2 "2025-07-08T11:47:58Z")

</div>

Du kannst in Textbausteine Variablen einfügen. Dann einfach als Wert theme\_config() nutzen.

> **[Add translations | Shopware Documentation](https://developer.shopware.com/docs/guides/plugins/plugins/storefront/add-translations.html#using-translations-in-templates)**
>
> Documentation for Shopware developers

Das geht aber nicht in den Textbausteinen selbst, sondern in den Templates.
