Merge the Drupal CMS blog functionality into Byte, and remove the Tags filter from the blog view
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3550395. --> Reported by: [pameeela](https://www.drupal.org/user/1431110) Related to !35 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In Byte we have a hack to prevent the tags exposed filter from displaying on the blog page:<br> <code>display.all.display_options.filters.field_tags_target_id.exposed: false</code></p> <p>This does skirt the issue temporarily, but it also prevents the view from being saved, because as a non-exposed-filter, it's not in a valid state since there is no tag selected.</p> <p>We either need to expose it and style it in Mercury/Byte (preferred) or remove it from the recipe.</p>
issue