Skip to content

Commit 2524058

Browse files
committed
PB-69: Manually add products into ProductList by name/SKU and sort them by the order they added into the list
1 parent b44a6b1 commit 2524058

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/PageBuilder/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,4 @@ OK,OK
304304
"SKU: descending","SKU: descending"
305305
"Stock: low stock first","Stock: low stock first"
306306
"Stock: high stock first","Stock: high stock first"
307+
"Comma separated product SKUs.","Comma separated product SKUs."

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
<exports>
155155
<link name="condition_operator">${ $.provider }:data.sku-condition_operator</link>
156156
</exports>
157+
<notice translate="true">Comma separated product SKUs.</notice>
157158
</settings>
158159
</field>
159160
<htmlContent name="conditions_form" sortOrder="5" template="Magento_PageBuilder/form/element/widget-conditions">

0 commit comments

Comments
 (0)