Hi,
I want to add, a “filter text” sections item in the theme (Ella 4.6.1) via the theme api. When I edit the settings_data.json through the api I see the new data in the file (settings_data.json) but it doesn’t appear on the page below.
Example data: I guess the first key below is a unique key and am careful to keep it unique when add it manually.
How this can be done?
"1543546574439": {
"type": "filter_text",
"settings": {
"enable": true,
"title": "Size",
"list_tags": "XS,\nS,\nM,\nL,\nXL,\n2X,\n3X"
}
},
"1543546610760": {
"type": "filter_text",
"settings": {
"enable": true,
"title": "Price4444",
"list_tags": "Less than $100,\n $100 - $200,\n $200 - $400,\n Above $400,Yükseklik__9"
}
},
