【发布时间】:2017-04-20 19:32:18
【问题描述】:
我是 shopify 的新手。请任何人帮助我在 settings_schema.json 中添加自定义多图像上传部分
这是我的代码 -
{
"name": "Banner",
"settings": [
{
"type": "header",
"content": "Image Options"
},
{
"type": "checkbox",
"id": "use_img",
"label": "Use Custom Banner?"
},
{
"type": "image",
"id": "start_page_bg.jpg",
"label": "Custom Banner",
"max-width": 1200,
"max-height": 1200
},
{
"type": "paragraph",
"content": "Recommend the optimal width and height for your banner here."
}
]
}
那是单张图片上传。我想为横幅上传多张图片
【问题讨论】:
标签: shopify