【问题标题】:Where to add theme name, creator and theme version in Shopify Theme?Shopify 模版在哪里添加模版名称、创建者和模版版本?
【发布时间】:2019-02-27 14:40:18
【问题描述】:

在 Shopify 的基本主题中,当您点击自定义和主题设置时,我们会在自定义选项卡的最底部看到以下信息:

首次亮相(版本 11.1.3) Shopify 的设计和支持

我的问题是,当我开始开发我的主题时,我应该在哪里添加这些信息以便它可以出现在那里?

【问题讨论】:

    标签: shopify


    【解决方案1】:

    这些设置在 settings_schema.json 中指定。有关设置架构的更多信息,请查看Shopify documentation。 Shopify 主题中的 JSON 示例

     {
        "name": "theme_info",
        "theme_name": "Debut",
        "theme_author": "Shopify",
        "theme_version": "1.0.0",
        "theme_documentation_url": "http:\/\/shopify.com\/",
        "theme_support_email": "shopify-support@email.com"
      }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-04-16
      • 1970-01-01
      • 2020-06-14
      • 2018-10-22
      • 1970-01-01
      • 2015-09-14
      • 2017-03-25
      相关资源
      最近更新 更多