Edit your theme’s metadata with theme_info
You can edit your theme metadata by editing the theme code and changing settings_schema.json
:
In the code editor, click the Config folder, then click settings_schema.json.
Find the object named
theme_info
. Often, it will be the first object listed in the file:{ "name": "theme_info", "theme_name": "Debut", "theme_author": "Shopify", "theme_version": "1.0.0", "theme_documentation_url": "https://help.shopify.com/debut", "theme_support_email": "theme-support@shopify.com" }
Change the values of the object in
theme_info
to change the theme info panel in the theme editor.Click Save to confirm your changes to the theme's info.