Skip to content

Commit 1a4ec0c

Browse files
committed
MC-3723: Advanced properties saving when invalid value is specified
- fix issue with heading margin padding values on init
1 parent 6040f39 commit 1a4ec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/ui_component/pagebuilder_heading_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<field name="margins_and_padding">
137137
<argument name="data" xsi:type="array">
138138
<item name="config" xsi:type="array">
139-
<item name="default" xsi:type="string">{"margin":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""}}</item>
139+
<item name="default" xsi:type="null" />
140140
</item>
141141
</argument>
142142
</field>

0 commit comments

Comments
 (0)