对用户主题设置进行分类
Categorising User Theme Settings
在 Shopify Liquid 中,如何对架构中的主题设置进行分类,以便所有设置不会捆绑在一起?我想要 sub-headings,例如 "Logo Settings"、"Top Block Settings" 等
下面是我希望显示类别 header 的示例:
https://monosnap.com/direct/2fzPaPpK1qO7cYmpvLU19Ij59BZqCI
谢谢。
您可以使用 header
字段或 paragraph
字段。
它们在 Shopify 文档中有描述。
参考:
https://help.shopify.com/themes/development/theme-editor/settings-schema#header-setting-type
https://help.shopify.com/themes/development/theme-editor/settings-schema#paragraph
在 Shopify Liquid 中,如何对架构中的主题设置进行分类,以便所有设置不会捆绑在一起?我想要 sub-headings,例如 "Logo Settings"、"Top Block Settings" 等
下面是我希望显示类别 header 的示例:
https://monosnap.com/direct/2fzPaPpK1qO7cYmpvLU19Ij59BZqCI
谢谢。
您可以使用 header
字段或 paragraph
字段。
它们在 Shopify 文档中有描述。
参考:
https://help.shopify.com/themes/development/theme-editor/settings-schema#header-setting-type https://help.shopify.com/themes/development/theme-editor/settings-schema#paragraph