لا أعتقد أنه مدعوم بعد (على الأقل لم أستطع جعله يعمل).
هل توجد خطط لدعم 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
...