SiteSetting vom Icon-Typ

Ich glaube nicht, dass das bereits möglich ist (zumindest habe ich es nicht zum Laufen bekommen).

Gibt es Pläne, type: icon innerhalb von Objekt-Schemata für Theme-Komponenten zu unterstützen, wie hier?

    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 „Gefällt mir“