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

14 lines
519 B
JSON

[
{
"label":"",
"rows":[
[{"name":"dateSent", "readOnly": true}, {"name":"from", "readOnly": true}],
[{"name":"parent"}, {"name":"to", "readOnly": true}],
[false, {"name":"cc", "readOnly": true}],
[false, {"name":"bcc", "readOnly": true}],
[{"name":"body", "readOnly": true, "fullWidth": true, "customLabel": ""}],
[{"name":"attachments", "readOnly": true, "fullWidth": true, "customLabel": ""}]
]
}
]