We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334bdc9 commit dda5b2cCopy full SHA for dda5b2c
1 file changed
view/adminhtml/templates/form/field_type/editor.phtml
@@ -25,9 +25,7 @@ $identifier = $field->getScope() . '.' . $field->getCode();
25
name="<?= $escaper->escapeHtml($field->getCode()) ?>"
26
data-name="<?= $escaper->escapeHtml($field->getCode()) ?>"
27
<?php foreach ($fieldAttributes as $attributeName => $attributeValue) : ?>
28
- <?= /* @noEscape */
29
- $attributeName ?>="<?= /* @noEscape */
30
- $attributeValue ?>"
+ <?= /* @noEscape */ $attributeName ?>="<?= /* @noEscape */ $attributeValue ?>"
31
<?php endforeach; ?>
32
:value="<?= $escaper->escapeHtml($identifier) ?>"
33
@change="<?= $escaper->escapeHtml($field->getAlpineSetter()) ?>"
0 commit comments