Stop using Layout Builder
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3558407. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !684
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In Drupal CMS 1.x, we used Layout Builder to construct and ship simple listing pages.</p>
<p>In Drupal CMS 2.x, we should use Canvas for this. We can ship utility pages for certain things (like a privacy policy) and Canvas pages for listing pages and other "designable" landing pages.</p>
<p>The main problem is that we can't just "ship pages", because Canvas requires you to have a design system of some kind. So without some basic components we can rely on, there's not necessarily much we can do. My suggestion, then, is to include some code components in <code>drupal_cms_content_type_base</code> -- at the very least, a couple of super-simple ones like a heading and a text area.</p>
<p>Another option, of course, is to totally remove the listing pages and make the content type recipes into pure content models, with no real display opinions.</p>
issue