settings_data.json

The settings_data.json file contains the setting values for a theme based on the settings included in settings_schema.json.

For example, you can use the following theme setting to allow a merchant to choose a color for the page background:

This adds an entry for color_page_bg in settings_data.json:

Any time that the value of color_page_bg is changed in the theme editor, settings_data.json is updated with the new value.

On this page