Hi,
I’m trying to add more blocks into a section in my theme by way of editing the settings_data.json file.
What I notice when adding them is that the existing blocks have a number, as shown below. They seem rather random to me, with no order nor pattern.
So naturally, I attempted to add my own generic numbers to it, like 10000001, 10000002 etc, while maintaining the same json structure.
However, in doing so, the newly-added code in the json did not show up as blocks on my website. Can someone point out if adding blocks like this is possible? And what do the numbers mean, if they have any significance at all?
How else can I quickly add a large number of blocks without having to painstakingly do it in the theme editor?
"foo": {
"type": "bar",
"blocks": {
"1569140983252-1": {
"type": "quote",
"settings": {
"image": "shopifybarbar"
}
},
"1569307563367": {
"type": "quote",
"settings": {
"image": "shopifyfoofoo"
}
},
...