Ensure tags and featured image display consistently on basic pages
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3498848. --> Reported by: [kristen pol](https://www.drupal.org/user/8389) Related to !448 !442 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The tags field is not configured to display on the Basic page default display, so it does not appear anywhere. Also, some of the default content was created without this field as well as the featured image field.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Apply a recipe with a views listing page node, e.g. Person Profiles (once committed)</li> <li>Go to the node, e.g. <code>/people</code></li> <li>Edit it and add tags and save</li> <li>Note that you won't see the tags on the page</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ol> <li>Add the tags field to the default Basic page display</li> <li>Add the tags field and featured image field to the display of the nodes with LB overrides and re-export them</li> </ol>
issue