shopify get values from settings data json

Solutions on MaxInterview for shopify get values from settings data json by the best coders in the world

showing results for - "shopify get values from settings data json"
Veronica
12 Jul 2017
1you can access the settings data by [ https://SITENAME.myshopify.com/admin/themes/THEMEID/assets.json?asset[key]=config/settings_data.json ].
Dante
19 Apr 2017
1The schema file is here for generating/creating/editing options for your theme which will be displayed in theme interface for user. It is the one you use to create options (setting all parameters such ID, type, label, etc...).
2
3The data file is recording all option values. It's sort of database in JSON. It might be used to modify an option value or a theme preset directly in the theme without using user interface.
4
5Schema manages keys and data stores values set by user.