68.8k views
5 votes
Where are changes saved while interacting with the theme editor in the browser?

a) Within the schema tags of an edited section
b) In the settings_schema.json file
c) In the settings_data.json file
d) They are not saved

User Jharahush
by
8.9k points

1 Answer

7 votes

Final answer:

Changes made in the theme editor are saved in the settings_data.json file, which contains the customized settings for the theme.

Step-by-step explanation:

When interacting with the theme editor in the browser, changes are saved in the settings_data.json file. This file stores all the settings established through the theme editor, such as color schemes, fonts, and layouts that you have customized for your theme. It does not include changes within individual schema tags of edited sections, as those are typically part of the theme's source code files. Unlike the settings_schema.json file, which contains the default settings structure for themes, the settings_data.json file reflects the current active settings that have been modified by the user.

User Charlotte Dunois
by
8.4k points