Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在我们的 Shopware 商店上安装了一个 Google Tag Manager 插件,问题是它只在响应主题上实现。
我们创建了另一个主题,它源自 Responsive 但有另一个名称。
我怎样才能使插件也适用于这个主题(或相反)?
谢谢!
尝试添加protected $injectBeforePlugins = true;您的主题Theme.php文件。
protected $injectBeforePlugins = true;
Theme.php