File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
app/code/Magento/Search/view/adminhtml/layout Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 81
81
<argument name =" sortable" xsi : type =" string" >1</argument >
82
82
<argument name =" index" xsi : type =" string" >display_in_terms</argument >
83
83
<argument name =" type" xsi : type =" string" >options</argument >
84
- <argument name =" options" xsi : type =" array" >
85
- <item name =" yes" xsi : type =" array" >
86
- <item name =" value" xsi : type =" string" >1</item >
87
- <item name =" label" xsi : type =" string" translate =" true" >yes</item >
88
- </item >
89
- <item name =" no" xsi : type =" array" >
90
- <item name =" value" xsi : type =" string" >0</item >
91
- <item name =" label" xsi : type =" string" translate =" true" >no</item >
92
- </item >
93
- </argument >
84
+ <argument name =" options" xsi : type =" options" model =" Magento\Config\Model\Config\Source\Yesno" />
94
85
</arguments >
95
86
</block >
96
87
<block class =" Magento\Backend\Block\Widget\Grid\Column" name =" adminhtml.catalog.search.grid.columnSet.action" as =" action" >
You can’t perform that action at this time.
0 commit comments