Thanks for the reply Duncan.
Did you mean to add the section in the templat.liquid or in the .json?
Adding anchor links to specific Shopify “sections” so nav or buttons scroll to a target on the same page. The OP initially looked at settings_data.json but was advised anchors don’t go in JSON; use a Custom HTML/Custom Liquid section instead.
Suggested method:
Update: The OP on Turbo (Out of the Sandbox) updated their theme and gained a Custom HTML section, enabling the approach.
Open issues:
Status: No confirmed resolution for Dawn/index.json; an offer to collaborate was made.
Notes: JSON = data files for templates; Liquid = Shopify’s templating language; anchor link = URL fragment starting with #id.
Thanks for the reply Duncan.
Did you mean to add the section in the templat.liquid or in the .json?