AI Translate default configuration is not valid
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3544379. --> Reported by: [svendecabooter](https://www.drupal.org/user/35369) Related to !860 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The config schema for ai_translate module is defined in <code>modules/ai_translate/config/schema/ai_translate.schema.yml</code>.</p> <p>The default config upon installation of the module is defined in <code>modules/ai_translate/config/install/ai_translate.settings.yml</code>, but does not follow the exact schema.</p> <p>Noteably, the option `entity_reference_depth` is added within the reference_defaults array, instead of on its own.</p>
issue