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 6362405 commit 3c1f542Copy full SHA for 3c1f542
app/code/Magento/Backend/view/adminhtml/templates/widget/form/renderer/fieldset.phtml
@@ -91,7 +91,7 @@ if ($isField) {
91
92
<?php if ($element->hasAdvanced() && !$isField) : ?>
93
<?= (!$element->getNoContainer() && $advancedAfter) ? '</fieldset>' : '' ?>
94
- <details data-mage-init='{"details": {}}' class="details admin__collapsible-block-wrapper" id="details<?= /* @noEscape */ $id ?>">
+ <details class="details admin__collapsible-block-wrapper" id="details<?= /* @noEscape */ $id ?>">
95
<summary class="details-summary admin__collapsible-title" id="details-summary<?= /* @noEscape */ $id ?>">
96
<span><?= $block->escapeHtml($advancedLabel) ?></span>
97
</summary>
0 commit comments