"testCategory": {
"type": "string",
"default": ""
}
import {
TwebBlockTaxonomyControl,
} from '@tigriweb/components/attributes';
<TwebBlockTaxonomyControl
label={ __('Category Label', 'your-theme-name') }
help={ __('Category Description', 'your-theme-name') }
taxonomy="category"
name="testCategory"
{ ...{ attributes, setAttributes } }
/>