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