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 :: npm ERR! peer react@"^15.x.x" from react-html-table-to-excel@2.0.0 
Javascript :: npm i resulting in many ERESOLVE issues 
Javascript :: sessionStorage on DOMContentLoaded javascript 
Javascript :: javascript reduce array of objects group by property 
Javascript :: logo ticker javascript 
Javascript :: 419 Unknown status, csrf token required, ajax csrf setup 
Javascript :: arrow function no argument object 
Javascript :: expressjs cors blocked mixed-content 
Javascript :: mysql timestamp to time/days ago function 
Javascript :: installing toast for angular projects 
Javascript :: window coordinates 
Javascript :: direction of scroll on page 
Javascript :: qweb t-foreach key odoo 
Javascript :: js remove undefined object 
Javascript :: can not find static files on multilevel routes in express js 
Javascript :: listen to keyboard close event in js 
Javascript :: mcrypt_rand rewrite in node js 
Javascript :: how to show name of inactive also in react-navigation-material-bottom-tabs 
Javascript :: Use Set to ensure the uniqueness of a list of values javascript 
Javascript :: self excuting arrow function 
Javascript :: cara install parrot os di virtualbox 
Javascript :: how to make a dot function javascript 
Javascript :: migration mongoose nestjs 
Javascript :: all ways pass data to onather page in javascript 
Javascript :: bind() method #1 
Javascript :: Change Name Of Function Constructor 
Javascript :: Backbone.model first parameter determines properties that each instance must have 
Javascript :: select angular onchange 
Javascript :: allow only numbers in textbox javascript onkeypress 
Javascript :: refreshapex 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =