<# if ( data.label ) {#>
<# } #>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>
'text',
'placeholder' => '',
'title' => '',
'ai' => [
'active' => true,
'type' => 'text',
],
'dynamic' => [
'categories' => [
TagsModule::TEXT_CATEGORY,
],
],
];
}
}