Add support for groups in the widget dropdown
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3534727. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) Related to !744 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When we get a lot of widgets from different providers, e.g. AI Automator, ECA, and maybe others, the dropdown to select a widget in the "Manage Form Display" form may become overwhelming to users.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add a new property "group" or "category" to the <code>FieldWidgetAction</code> attribute class. Each plugin then needs to specify a group (a translatable string) under which it will be displayed for being selected.</p>
issue