mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
20 lines
525 B
JSON
20 lines
525 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://www.espocrm.com/schema/metadata/app/clientIcons.json",
|
|
"title": "app/icons",
|
|
"description": "Client icons.",
|
|
"type": "object",
|
|
"properties": {
|
|
"classList": {
|
|
"description": "Icon classes.",
|
|
"type": "array",
|
|
"items": {
|
|
"anyOf": [
|
|
{"type": "string"},
|
|
{"enum": ["__APPEND__"]}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|