Rename 'Plugins' directories to Drupal standard 'Plugin'
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3553493. --> Reported by: [michaellander](https://www.drupal.org/user/636494) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The Drupal standard for naming the plugin directory is at <code>src/Plugin</code> instead of <code>src/Plugins</code>. By introducing the new plural version, any module that adds plugins for FlowDrop would likely contain 'Plugin' and 'Plugins' directories, which is confusing. </p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change the plural 'Plugins' directory to singular 'Plugin'.</p>
issue