Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

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 ].
Comment

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

PREVIOUS NEXT
Code Example
Javascript :: JS copy image 
Javascript :: var y=5 
Javascript :: run promise one by one 
Javascript :: Is Even 
Javascript :: uploading json data to s3 bucket in node js 
Javascript :: recorrer array javascript 
Javascript :: Material-ui account box icon 
Javascript :: how to tell this x = 12 + 30 when i read it in js 
Javascript :: function l(){return window.performance 
Javascript :: windows 10 retiré le theme sombre explorateur 
Javascript :: denuncia perturbação 
Python :: python int64index 
Python :: python tkinter window fullscreen 
Python :: pip3 upgrade 
Python :: create gui applications with python & qt5 (pyqt5 edition) pdf 
Python :: ParserError: Error tokenizing data. C error: Expected 1 fields in line 87, saw 2 
Python :: how many nan in array python 
Python :: print bold python 
Python :: python pandas save df to xlsx file 
Python :: pip clear cache command 
Python :: install imageio 
Python :: model pickle file create 
Python :: pandas set options 
Python :: python convert list to true falsebased on condition 
Python :: use incognito in selenium 
Python :: window size cv2 
Python :: how to loop through dates in python 
Python :: cv2.rectangle 
Python :: python reload file if changed 
Python :: view whole dataset in python 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =