如何在自定义 shopify 部分添加 url 选项

问题描述

我需要在我的 shopify 自定义部分添加 url 选项

我为此使用了以下代码,但输入 url 我想要动态选择 url。

{
 "type": "text","id": "button_url","label": "Button url"
},

解决方法

请替换下面提到的代码。

{
 "type": "text","id": "button_url","label": "Button url"
},

{
 "type": "url",