Tagify widget placeholder settings should use 'label' schema type to be translatable
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3547609. -->
Reported by: [alorenc](https://www.drupal.org/user/3603980)
Related to !169
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The Tagify module's widget configuration schemas have placeholder settings that are not translatable in multilingual sites. Both tagify_entity_reference_autocomplete_widget and tagify_select_widget use type: string for their placeholder fields instead of type: label.</p>
<p>This prevents placeholder text from being translated through Drupal's Configuration translation interface, which is essential for multilingual sites.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Placeholder text should be translatable through the Configuration translation interface since it's user-facing text.<br>
Change the schema definitions in /config/schema/tagify.schema.yml</p>
issue