This and this setting method only specify tags to exclude, but as the number of tags increases, it becomes more convenient to display only the specified tags rather than excluding them. So, this is a method that allows you to add, delete, and edit the tags you want to specify or exclude in the editor of the theme "Rise/Dawn".
◆Benefits of the setting: You can edit specified and excluded tags 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 of setting to allow specifying/excluding tags in the collection page filter "Filter by tag" for 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" (to distinguish between included and excluded tags, and to add included and excluded tags to the desktop and mobile drawer filters)

