File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/PageBuilder
view/adminhtml/ui_component Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ public function getConfig(): array
43
43
'options ' => $ this ->options ->toOptionArray (),
44
44
'filterPlaceholder ' => __ ('Page Name ' ),
45
45
'missingValuePlaceholder ' => __ ('Page with ID: %s doesn \'t exist ' ),
46
- 'isDisplayMissingValuePlaceholder ' => true
46
+ 'isDisplayMissingValuePlaceholder ' => true ,
47
+ 'isRemoveSelectedIcon ' => true ,
47
48
];
48
49
}
49
50
}
Original file line number Diff line number Diff line change 166
166
<item name =" multiple" xsi : type =" boolean" >false</item >
167
167
<item name =" showCheckbox" xsi : type =" boolean" >false</item >
168
168
<item name =" disableLabel" xsi : type =" boolean" >true</item >
169
- <item name =" isRemoveSelectedIcon" xsi : type =" boolean" >false</item >
170
169
<item name =" levelsVisibility" xsi : type =" number" >1</item >
171
170
</item >
172
171
</argument >
You can’t perform that action at this time.
0 commit comments