settings_schema.json
file to configure the theme settings that the user has access to using the theme editor.settings_schema.json
file is located in the config
directory of a theme. It controls the organization and content of the menu in the theme editor.settings_schema.json
file contains the definitions for your theme settings, grouped into sections according to the setting type.settings
definition for two input settings of type color
in the settings_schema.json
file:settings_schema.json
file is validated before being saved to make sure it follows the correct format.