아직은 아닌 것 같습니다(적어도 저는 작동하게 만들지 못했습니다).
테마 컴포넌트의 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
...