This method involves writing the tags you want to exclude directly into the code, but once you start using the theme, you probably don't want to have to edit the code. So, here's a way to add, delete, and edit the tags you want to exclude at any time using the editor of the "Rise/Dawn" theme.
◆Benefits of the setting: Tags can be edited on the theme editor.
◆Specific setting steps ① Add a scheme to "sections/main-collection-product-grid.liquid" and a label to "ja.schema.json" ② Add an argument to "sections/main-collection-product-grid.liquid" to pass the tag list specified in the filter setting snippets ③ Load the tags to be excluded in "snippets/facets.liquid" and add exclusion processing to the filters for desktop and mobile drawers
Example 2: Hide unnecessary tags using "Filter by tag (detailed filtering)" on the collection page of the theme "Rise/Dawn"

[(For the Rise/Dawn theme) Setting method ①] Add the schema to "sections/main-collection-product-grid.liquid" and the label to "ja.schema.json"

[(For the Rise/Dawn theme) Setting method ②] Add code to "sections/main-collection-product-grid.liquid" (add an argument to pass the tag list specified in the filter setting snippets)

[(For the Riae/Dawn theme) Setup method 3] Add code to "snippets/facets.liquid" (loading tags to exclude, adding exclusion processing to filters for desktop and mobile drawers)

