register_post_meta( 'post_type_name', 'test_textarea', array(
'type' => 'string',
'default' => '',
'single' => true,
'show_in_rest' => true,
) );
import {
TwebMetaTextareaControl,
} from '@tigriweb/components/meta';
<TwebMetaTextareaControl
label={ __('Textarea Label', 'your-theme-name') }
help={ __('Textarea Description', 'your-theme-name') }
name="test_textarea"
/>