Icon type SiteSetting

i don’t think it is yet (at least i couldn’t get it to work).

are there any plans for supporting type: icon inside object schemas for theme components, like this?

    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 Likes