Björn Meyer
Björn Meyer
And now we also have some more example here ⬇ [Multi sales channel support Nuxt plugin](https://github.com/shopware/frontends/tree/main/examples/multi-sales-channel)
@patzick I guess we can close this Issue?
Closed. See https://github.com/shopware/frontends/pull/922.
Vielleicht sollten wir das mal in einem Magento Demo Store testen? Ich gehe aktuell davon aus dass die Magento Standard Widgets verwendet werden.
Close to being done 👍
Which Shopware Version are you using? I remember that this should be resolved via the admin and Frontends just displaying the link.
@fabianeichinger I tested the same on our demo instance. Have a look [here](https://frontends-demo.vercel.app/CMS/Text-Links/). **HTML in Admin looks like this:** ``` Links Product link Category link External link File link Tel...
@eliasws have you seen my last comment?
It should work with Frontends and with a Shopware Version that includes this [commit](https://github.com/shopware/shopware/commit/893ecf7f6585864057b038f95fb1c578feed49d3). So yes, it is working. From my side, this issue can be closed. But maybe you...
> A disadvantage of `getConfigValue` is that it won't work for mapped config values (see [the composable](https://github.com/shopware/frontends/blob/67b8150d29fcbbfe225b096a5f682dbf3d33909d/packages/composables/src/cms/useCmsElementConfig.ts#L22)) and variables like `{{ category.name }}` won't be interpolated because the responsible resolvers...