Letzter Versuch, hier mal eine Antwort auf eine Frage zu bekommen…
Problem: In einem speziellen Fall liefert smarty.block.parent in einem Plugin *Müll* - auch mit Responsive-Theme
Zu überschreibender Block: frontend_index_header_meta_robots
https://github.com/shopware/shopware/blob/5.6/themes/Frontend/Bare/frontend/index/header.tpl#L11
Mein Testcode: frontend/detail/header.tpl (da im Bare je ebenfalls die detail/header.tpl vorhanden ist)
{extends file="parent:frontend/detail/header.tpl"}
{block name="frontend_index_header_meta_robots"}
{$smarty.block.parent}
{/block}
Also sollte eigentlich wieder „index,follow“ im meta-tag stehen.
Tatsächlich erhalte ich aber wenn ich den Parent einbinde:
Hat wer eine Idee, warum smarty.block.parent hier tillt? Stört sich hier smarty daran, das gleich vor dem Block im Bare ein " steht?
SW 5.6.6