Files
espocrm/application/Espo/Resources/layouts/Email/detailSmall.json
2026-01-19 17:46:06 +01:00

15 lines
409 B
JSON

[
{
"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", "fullWidth": true}]
]
}
]