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

15 lines
412 B
JSON

[
{
"label":"",
"rows":[
[{"name":"name", "fullWidth": true}],
[{"name":"status"}, {"name":"priority"}],
[{"name":"dateStart", "fullWidth": true}],
[{"name":"dateEnd", "fullWidth": true}],
[{"name":"parent", "fullWidth": true}],
[{"name":"reminders", "fullWidth": true}],
[{"name":"description", "fullWidth": true}],
[{"name":"attachments", "fullWidth": true}]
]
}
]