Missing schema for glossary views
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3592884. --> Reported by: [johnatas](https://www.drupal.org/user/3332728) Related to !70 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The configuration schema is missing for the views in the glossary submodule. This triggers a warning when installing the views and in other operations that validate schema.</p> <pre>views.view.tmgmt_deepl_ml_glossary:display.default.display_options.fields.related_dictionaries.link_to_entity: missing schema<br>views.view.tmgmt_deepl_ml_glossary:display.default.display_options.filters.tmgmt_translator.value: non-scalar value but not defined as an array (such as mapping or sequence)<br>views.view.tmgmt_deepl_ml_glossary:display.default.display_options.filters.tmgmt_translator.expose.reduce: missing schema<br>views.view.tmgmt_deepl_ml_glossary:display.default.display_options.filters.tmgmt_translator.reduce_duplicates: missing schema</pre><p> The warning may also appear in the <a href="https://www.drupal.org/project/config_inspector">Configuration Inspector</a>. </p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Add a configuration schema for the views field &amp; filters.</li> </ul> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue