We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847bf14 commit bca0c23Copy full SHA for bca0c23
view/frontend/templates/product/breadcrumbs.phtml
@@ -22,7 +22,7 @@ $config = $block->getData('breadcrumbsConfig');
22
<?php else: ?>
23
<div class="breadcrumbs"></div>
24
<?php endif; ?>
25
-<?php if ($config->isClientSideOverrideAllowed()): ?>
+<?php if (!$config->isServerSideRendered() || $config->isClientSideOverrideAllowed()): ?>
26
<?php $widget = $this->helper(Data::class)->jsonDecode($viewModel->getJsonConfigurationHtmlEscaped()); ?>
27
<script type="text/x-magento-init">
28
{
0 commit comments