Add select list option for choosing paragraphs
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3582302. --> Reported by: [cgmonroe](https://www.drupal.org/user/563114) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The paragraphs field widget allow a select list to be chosen as a way to select paragraphs. It would be nice to include this for embedded paragraphs too. </p> <p>This would allow paragraph selection to use the Chosen module (with a bit of custom CSS) to make finding and selecting paragraphs from a long list easier.</p> <p>FYI The custom CSS for claro is:</p> <pre>.paragraphs-add-wrapper.js-form-wrapper.form-wrapper {<br>&nbsp; display: block;<br>}</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>N/A</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add the 'select' options to the 'paragraphs_add_mode' entity embed form.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Make one line change.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>One addition option to drop down</p> <h3 id="summary-api-changes">API changes</h3> <p>N/A</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>N/A</p>
issue