Add button to "Open in full page" for nodes
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3559947. -->
Reported by: [norman.lol](https://www.drupal.org/user/2482808)
Related to !147
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Frontend editing is especially useful for child entities in node forms, paragraphs in particular.</p>
<p>But when enabling frontend editing for node/content types let's say for a view listing teasers of those nodes,<br>
there's no easy way to access the "translate" or "clone" tabs or other specific node editing operations you normally need to access when editing actual nodes like "path alias" or "sitemap exclusion" etc.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>New GitLab has this nice button now for when you open an issue from an issue board: "Open in full page". Clicking this button opens the standalone issue URL.</p>
<p>Let's add this button to frontend_editing iframe when editing node forms, to allow to easier access the full node form.</p>
<p>Clicking this button simply links to the full edit form of the node <code>/node/123/edit</code> or <code>/es/node/123/edit</code> (depending on the current language).</p>
<p><img src="https://www.drupal.org/files/issues/2025-11-25/Screenshot%202025-11-25%20at%2023.28.26.png" alt='Screenshot showing a GitLab issue board with an opened issue in the sidebar next to the issue board, the "Open in full page" button is highlighted with pink colour'></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