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

13 lines
394 B
JSON

[
{
"label": "",
"rows":[
[{"name":"name", "fullWidth": true}],
[{"name":"account", "fullWidth": true}],
[{"name":"stage"}, {"name":"closeDate"}],
[{"name":"amount", "fullWidth": true}],
[{"name":"contacts", "fullWidth": true}],
[{"name":"description", "fullWidth": true}]
]
}
]