Set up scaffolding for the SaaS Product site template
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3530376. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !568 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In order to build our first real-world site template (for a fake business-to-business SaaS product), we'll need a new recipe in which to develop it. Let's set that up in our internal development dependencies.</p> <p>So this MR does the following:</p> <ul> <li>Sets up a bare-bones drupal_cms_b2b_saas_template recipe, depending on a few other Drupal CMS recipes as building blocks. It includes a single empty XB page as the home page (we'll fill it in later).</li> <li><del>Refactors parts of Drupal CMS Starter out into Drupal CMS Admin UI, so that people who install the B2B SaaS template have an admin dashboard to start with, rather than just an empty page with "Member for N seconds".</del></li> <li><del>Alters the install profile so that you are asked to select a site template at install time. You get two options: the normal Drupal CMS Starter, and the B2B SaaS template.</del></li> </ul> <p>The last two points were descoped because they blew up the complexity of this MR.</p> > Related issue: [Issue #3530791](https://www.drupal.org/node/3530791) > Related issue: [Issue #3530575](https://www.drupal.org/node/3530575) > Related issue: [Issue #3530808](https://www.drupal.org/node/3530808) > Related issue: [Issue #3526844](https://www.drupal.org/node/3526844)
issue