Initial commit
This commit is contained in:
14
application/Espo/Resources/layouts/Email/detail.json
Normal file
14
application/Espo/Resources/layouts/Email/detail.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent"},{"name":"from"}],
|
||||
[{"name":"parent"}, {"name":"to"}],
|
||||
[false, {"name":"cc"}],
|
||||
[false, {"name":"bcc"}],
|
||||
[{"name":"subject","fullWidth":true}],
|
||||
[{"name":"body","fullWidth":true}],
|
||||
[{"name":"attachments"},{"name":"isHtml"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user