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/dashlets/Memo.json
T
Yuri Kuznetsov e3a2042990 memo dashlet
2023-04-18 16:11:26 +03:00

27 lines
530 B
JSON

{
"view": "views/dashlets/memo",
"options": {
"fields": {
"title": {
"type": "varchar"
},
"text": {
"type": "text"
}
},
"defaults": {},
"layout": [
{
"rows": [
[
{"name": "title"}
],
[
{"name": "text"}
]
]
}
]
}
}