Skip to content

Commit 78d7469

Browse files
committed
MC-3880: Minimum Height & Vertical Alignment Is In Inconsistent Sections On Edit Panel for Each Content Type
- keep fieldset name for bc - rename map height field
1 parent c098e8b commit 78d7469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
</argument>
256256
<settings>
257257
<dataType>text</dataType>
258-
<label translate="true">Map Height</label>
258+
<label translate="true">Height</label>
259259
<dataScope>height</dataScope>
260260
<additionalClasses>
261261
<class name="admin__field-small">true</class>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
</settings>
8888
</field>
8989
</fieldset>
90-
<fieldset name="slider_settings" sortOrder="20">
90+
<fieldset name="settings" sortOrder="20">
9191
<settings>
9292
<label translate="true">Slider Settings</label>
9393
<collapsible>true</collapsible>

0 commit comments

Comments
 (0)