图标类型站点设置

我认为目前还不行(至少我没能让它工作)。

对于主题组件,是否有计划支持在 对象模式 中使用 type: icon,就像这样?

    links:
        type: objects
        schema:
          name: menu_link
          identifier: text
          properties:
            icon:
              type: icon
              required: true
            text:
              type: string
              required: true
              validations:
                min_length: 1
                max_length: 100
            url:
              type: string
              required: true
              validations:
                min_length: 1
                max_length: 500
...
5 个赞