Skip to content

Add category attributes to staging form #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
<fieldset name="solr" sortOrder="99">
<settings>
<collapsible>true</collapsible>
<label translate="true">Solr</label>
</settings>
<field name="solr_exclude" sortOrder="10" formElement="checkbox">
<settings>
<dataType>boolean</dataType>
<label translate="true">Exclude this Category from Solr Index</label>
<notice translate="true">Exclude only Categories, not included Products</notice>
</settings>
</field>
<field name="solr_exclude_children" sortOrder="15" formElement="checkbox">
<settings>
<dataType>boolean</dataType>
<label translate="true">Exclude Child Categories from Solr Index</label>
<notice translate="true">Exclude only Categories, not included Products</notice>
</settings>
</field>
<field name="solr_remove_filters" sortOrder="20" formElement="multiselect">
<settings>
<dataType>string</dataType>
<label translate="true">Remove Filters</label>
<notice translate="true">Hold the CTRL key to select multiple filters</notice>
</settings>
</field>
<field name="solr_boost" sortOrder="30" formElement="input">
<settings>
<dataType>string</dataType>
<label translate="true">Solr Priority</label>
<notice translate="true">1 is default, use higher numbers for higher priority.</notice>
</settings>
</field>
</fieldset>
</form>