Add an article with inline blocks displaying products to the Demo module
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3524611. --> Reported by: [murz](https://www.drupal.org/user/157092) Related to !53 !61 !60 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>To showcase the features, we should add an example article to the demo. </p> <p>This article should use Layout Builder and demonstrate the ability to insert commercetools blocks inline between the long article text:<br> - a block with all products from several categories (just choose random ones, to not stick to a specific store)<br> - a block with products by SKU (again, random products or maybe from "most rated" or something)<br> - a block with the list of subcategories of some category.</p> <p>Generate the general article text using AI magic and store the node content (and layout config) in YAML.</p> <p>Use a separate node bundle "commercetools Article" and clean up it on uninstall.</p> <p>Add a test that checks that both blocks are present and contain products.</p>
issue