Skip to content

Commit 2481780

Browse files
author
Robert He
committed
MAGETWO-90881: Implementation of mechanism (js, less/css, templates, images)
- added implementation of Visual Select for alignment
1 parent ef7f01c commit 2481780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/etc/adminhtml/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</argument>
103103
</arguments>
104104
</type>
105-
<virtualType name="Magento\PageBuilder\Model\Source\Alignment" type="Magento\PageBuilder\Model\Source\VisualSelect">
105+
<virtualType name="AlignmentSource" type="Magento\PageBuilder\Model\Source\VisualSelect">
106106
<arguments>
107107
<argument name="optionsSize" xsi:type="string">small</argument>
108108
<argument name="optionsData" xsi:type="array">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<formElements>
3333
<select>
3434
<settings>
35-
<options class="Magento\PageBuilder\Model\Source\Alignment"/>
35+
<options class="AlignmentSource"/>
3636
</settings>
3737
</select>
3838
</formElements>

0 commit comments

Comments
 (0)