Files
espocrm/application/Espo/Resources/metadata/themes/EspoRtl.json
2026-01-19 17:46:06 +01:00

16 lines
368 B
JSON

{
"stylesheet": "client/css/espo/espo-rtl.css",
"stylesheetIframe": "client/css/espo/espo-rtl-iframe.css",
"logo": "client/img/logo-light.svg",
"params": {
"navbar": {
"type": "enum",
"default": "top",
"options": [
"top",
"side"
]
}
}
}