Remove temporary kludge from views that link to editing Canvas pages
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3550376. -->
Reported by: [pameeela](https://www.drupal.org/user/1431110)
Related to !645
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>We modified our content views to align with the pages view to link the title to the edit page, using a hacky workaround. Proper support for this will be available in Drupal 11.3 so we should remove the kludge, and also the pages listing was added to Canvas so we should just use that now.</p>
<p>What this does:</p>
<ol>
<li>Sets the existing content views back to linking to the view page</li>
<li>Removes our <code>canvas_pages</code> view in favour of the one provided by Canvas</li>
<li>Adds a <code>recent_pages</code> view to provide the dashboard block</li>
</ol>
> Related issue: [Issue #3543069](https://www.drupal.org/node/3543069)
> Related issue: [Issue #3540873](https://www.drupal.org/node/3540873)
issue