This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/app/client.json
T
Yuri Kuznetsov 116a605053 1 chunk
2023-06-01 14:12:22 +03:00

46 lines
1.3 KiB
JSON

{
"scriptList": [
"client/lib/espo-libs.min.js",
"client/lib/espo.min.js",
"client/lib/espo-templates.min.js"
],
"developerModeScriptList": [
"client/src/loader.js",
"client/src/loader-init-libs.js"
],
"linkList": [
{
"href": "client/fonts/open-sans/open-sans-v16-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/open-sans/open-sans-v16-cyrillic_latin_cyrillic-ext_latin-ext-600.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/fa-solid-900.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/fa-regular-400.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
}
]
}