Include a way to exclude certain admin paths from config_warning
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3531838. -->
Reported by: [rachel_norfolk](https://www.drupal.org/user/66273)
Related to !4
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently, all forms under /admin will be included. It might be that there are some forms that we are either using config_ignore to ignore or other ways to achieve similar results. Or, even, we do want to alter that piece of running config.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>n/a</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Please include a way to specify that certain paths should be ignored, probably using the same UX (and code??) as used for block visibility.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Change Request</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>Add field to exclude paths</p>
<h3 id="summary-api-changes">API changes</h3>
<p>We will store exclusion paths</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>We will store exclusion paths as a config item.</p>
issue