TaxonomyMultiple
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
"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 } }
/>