По-моему, пока нет (по крайней мере, у меня не получилось заставить это работать).
Есть ли планы по поддержке 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
...