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