I have created a new Json Template that points to a copy of section ‘featured-product.liquid’ that I called featured-product-small
{
"sections": {
"main": {
"type": "featured-product-small",
"settings": {
}
}
},
"order": [
"main"
]
}
Everything works and I can choose my new section in the customizer, Add Section.
But, the name still shows up as ‘featured product’. How do I set a custom name for my copy that will display in customizer so I can tell which version is mine.
Setting a name in the json did not help.
Any ideas?