アイコンタイプのサイト設定

まだできないと思います(少なくとも私は動作させることができませんでした)。

テーマコンポーネントの object schemas 内で 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