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

14 lines
515 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","fullWidth":true, "readOnly": true, "customLabel": ""}],
[{"name":"attachments", "readOnly": true, "fullWidth":true, "customLabel": ""}]
]
}
]