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