Horje
shopify get values from settings_data.json Code Example
shopify get values from settings_data.json
you can access the settings data by [ https://SITENAME.myshopify.com/admin/themes/THEMEID/assets.json?asset[key]=config/settings_data.json ].
using settings_data.json shopify
The 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...).

The 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.

Schema manages keys and data stores values set by user.




Javascript

Related
puzzle interview questions javascript Code Example puzzle interview questions javascript Code Example
alpinejs Code Example alpinejs Code Example
js null vs undefine Code Example js null vs undefine Code Example
js floor a number Code Example js floor a number Code Example
jquery get id of 3rd parent Code Example jquery get id of 3rd parent Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7