Add new CKEditor plugins to the drop down button in CKEditor toolbar
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3464475. -->
Reported by: [kevinquillen](https://www.drupal.org/user/317279)
Related to !31
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The new plugin structure is in place but now it takes two clicks where it could be one click.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>Add plugin data to CKEditor data, like translated label, etc.</li>
<li>Require plugin_id as a route parameter in the callback</li>
<li>Rework the DialogForm class to remove the initial form, and load the correct form from the routes plugin_id</li>
<li>Remove parent form AJAX</li>
<li>Add plugin description to the top of the dialog</li>
</ul>
<p>There may be other required task(s).</p>
<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>
> Related issue: [Issue #3462674](https://www.drupal.org/node/3462674)
issue