[4.x] Refactor paragraphs edit to use more streamlined paragraph entity routes / link templates
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3582207. --> Reported by: [grevil](https://www.drupal.org/user/3668491) Related to !21 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Currently we only override the paragraph entity form classes. This leads to cases, where the actual paragraph does not have links like canonical, edit, etc., even though there exists forms for these links.</p> <p>Furthermore this will bring many out of the box fixes and improvements, like views support for CRUD links and much more!</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Refactor paragraphs edit to use more streamlined paragraph entity routes / link templates. This will also make it able to display paragraph edit,delete and clone inside a view.</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>
issue