2017-11-21 05:53:09 -05:00
|
|
|
import CategoryChooserComponent from "select-kit/components/category-chooser";
|
|
|
|
|
|
|
|
export default CategoryChooserComponent.extend({
|
2017-11-21 08:47:53 -05:00
|
|
|
pluginApiIdentifiers: ["search-advanced-category-chooser"],
|
|
|
|
classNames: ["search-advanced-category-chooser"],
|
2017-11-21 05:53:09 -05:00
|
|
|
|
2020-02-03 08:22:14 -05:00
|
|
|
selectKitOptions: {
|
|
|
|
allowUncategorized: true,
|
|
|
|
clearable: true,
|
|
|
|
none: "category.all",
|
|
|
|
displayCategoryDescription: false,
|
|
|
|
permissionType: null
|
2018-06-15 11:03:24 -04:00
|
|
|
}
|
2017-11-21 05:53:09 -05:00
|
|
|
});
|