Defaults for extraAdvancedFormFields in taxonomy.php (text manipulation and find similar tags)
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3478551. --> Reported by: [keiserjb](https://www.drupal.org/user/3518715) Related to !134 >>> <p>I setup the automator on a tags field. I selected First character uppercase and checked the find similar tags box on the settings under the Provider configuration.</p> <p>This saved correctly to the ai_automators.ai_automator.node.article.field_tags.default.yml.</p> <p> automator_clean_up: first_char<br> automator_search_similar_tags: 1</p> <p>When I returned to the edit form for the same tags field on my article content type, the form did not remember my selection.</p> <p>The #default_value for the form was still looking for the old module name of ai_automator instead of ai_automators.</p>
issue