Initial commit
This commit is contained in:
27
application/Espo/Resources/metadata/dashlets/Memo.json
Normal file
27
application/Espo/Resources/metadata/dashlets/Memo.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"view": "views/dashlets/memo",
|
||||
"options": {
|
||||
"fields": {
|
||||
"title": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"text": {
|
||||
"type": "text"
|
||||
}
|
||||
},
|
||||
"defaults": {},
|
||||
"layout": [
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "title"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "text"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user