Skip to content

Commit 3b5f7ab

Browse files
committed
#637: Form field/field group viewport scope - applied mobile icon and tooltip to all content types
1 parent b340e70 commit 3b5f7ab

File tree

6 files changed

+78
-0
lines changed

6 files changed

+78
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
</item>
4242
</item>
4343
</argument>
44+
<settings>
45+
<additionalClasses>
46+
<class name="admin__field-min-height-mobile-with-notice">true</class>
47+
<class name="admin__field-min-height">true</class>
48+
</additionalClasses>
49+
<tooltip>
50+
<description translate="true">
51+
<![CDATA[
52+
<p>Style changes will only affect this breakpoint</p>
53+
]]>
54+
</description>
55+
</tooltip>
56+
</settings>
4457
</field>
4558
</fieldset>
4659
</form>

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
</item>
4242
</item>
4343
</argument>
44+
<settings>
45+
<additionalClasses>
46+
<class name="admin__field-min-height-mobile">true</class>
47+
<class name="admin__field-min-height">true</class>
48+
</additionalClasses>
49+
<tooltip>
50+
<description translate="true">
51+
<![CDATA[
52+
<p>Style changes will only affect this breakpoint</p>
53+
]]>
54+
</description>
55+
</tooltip>
56+
</settings>
4457
</field>
4558
</fieldset>
4659
</form>

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
</item>
4242
</item>
4343
</argument>
44+
<settings>
45+
<additionalClasses>
46+
<class name="admin__field-min-height-mobile-with-notice">true</class>
47+
<class name="admin__field-min-height">true</class>
48+
</additionalClasses>
49+
<tooltip>
50+
<description translate="true">
51+
<![CDATA[
52+
<p>Style changes will only affect this breakpoint</p>
53+
]]>
54+
</description>
55+
</tooltip>
56+
</settings>
4457
</field>
4558
</fieldset>
4659
</form>

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
</item>
4242
</item>
4343
</argument>
44+
<settings>
45+
<additionalClasses>
46+
<class name="admin__field-min-height-mobile-with-notice">true</class>
47+
<class name="admin__field-min-height">true</class>
48+
</additionalClasses>
49+
<tooltip>
50+
<description translate="true">
51+
<![CDATA[
52+
<p>Style changes will only affect this breakpoint</p>
53+
]]>
54+
</description>
55+
</tooltip>
56+
</settings>
4457
</field>
4558
</fieldset>
4659
</form>

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
</item>
4242
</item>
4343
</argument>
44+
<settings>
45+
<additionalClasses>
46+
<class name="admin__field-min-height-mobile-with-notice">true</class>
47+
<class name="admin__field-min-height">true</class>
48+
</additionalClasses>
49+
<tooltip>
50+
<description translate="true">
51+
<![CDATA[
52+
<p>Style changes will only affect this breakpoint</p>
53+
]]>
54+
</description>
55+
</tooltip>
56+
</settings>
4457
</field>
4558
</fieldset>
4659
</form>

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
</item>
4242
</item>
4343
</argument>
44+
<settings>
45+
<additionalClasses>
46+
<class name="admin__field-min-height-mobile">true</class>
47+
<class name="admin__field-min-height">true</class>
48+
</additionalClasses>
49+
<tooltip>
50+
<description translate="true">
51+
<![CDATA[
52+
<p>Style changes will only affect this breakpoint</p>
53+
]]>
54+
</description>
55+
</tooltip>
56+
</settings>
4457
</field>
4558
</fieldset>
4659
</form>

0 commit comments

Comments
 (0)