Decouple drupal_cms_admin_ui and drupal_cms_accessibility_tools
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3558580. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !682 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>At the moment, drupal_cms_accessibility_tools requires drupal_cms_admin_ui because it adds a dashboard block. However, we now have the ability to support loose coupling through the dashboard, since we have the concept of optional dashboard components. Let's take advantage of that so we can remove the dependency.</p>
issue