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/defaultDashboardLayouts.json
T
2015-03-18 10:37:22 +02:00

30 lines
472 B
JSON

{
"Standard": [
{
"name": "My Espo",
"layout": [
[
{
"name": "Stream",
"id": "d0004"
},
{
"name": "Calls",
"id": "d0001"
}
],
[
{
"name": "Tasks",
"id": "d0003"
},
{
"name": "Meetings",
"id": "d0002"
}
]
]
}
]
}