How do I set `section.settings.show_social` to true?

I’m trying to have my theme (Dawn 2.0 customised version from ~2yrs ago) show social media icons. Even when I populate the various field values in ThemeEditos/Customise>Theme Settings>SocialMedia they do not automatically get rendered in the theme footer.

I do have the required {%- if section.settings.show_social -%} code in the footer.liquid file, but populating the social media fields in theme settings does not set the section.settings.show_social to true and I cannot see any theme setting check box to set that value anywhere, and I cannot find this value or a true or false setting for it in the config/settings_schema.json file either.

In theme editor If i go to sections, scroll down to footer and try to add block I don’t have any such add social media icons or anything either.

Can anybody advise me as to where exactly I can change this section.settings.show_social setting?

TIA

Please

:see_no_evil_monkey: I just found the setting after nearly an hour looking for it! Posting here and answering my own question in case it helps anybody else in future.

Go to Theme Editor (the ‘Customize’ button in admin) > have the ‘Sections’ button selected in the left hand nav column:

jbk1_0-1702635119789.png

Then in your sections index in the left nav column select the ‘Footer’ section:

(do not select one of the footer’s constituent block, e.g. ‘Quick Links’, have the actuall Footer Section selected like in image above).
Then see in the right hand nav column are all of the individual settings for that actual Footer block. In here is the actual chechbox to set show_social to true or false, as in below image: