TaxonomyMultiple
TwebBlockTaxonomyMultipleControl

"testCategories": {
"type": "array",
"default": []
}
import {
TwebBlockTaxonomyMultipleControl,
} from '@tigriweb/components/attributes';
<TwebBlockTaxonomyMultipleControl
label={ __('Categories Label', 'your-theme-name') }
help={ __('Categories Description', 'your-theme-name') }
taxonomy="category"
name="testCategories"
{ ...{ attributes, setAttributes } }
/>
Last updated
Was this helpful?