Initial commit
This commit is contained in:
33
application/Espo/Resources/layouts/Email/composeSmall.json
Normal file
33
application/Espo/Resources/layouts/Email/composeSmall.json
Normal file
@@ -0,0 +1,33 @@
|
||||
[
|
||||
{
|
||||
"columns": [
|
||||
[
|
||||
{
|
||||
"name":"from",
|
||||
"view": "views/email/fields/compose-from-address"
|
||||
},
|
||||
{"name":"to"}
|
||||
],
|
||||
[
|
||||
{"name":"cc"},
|
||||
{"name":"bcc"}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "parent"
|
||||
},
|
||||
{
|
||||
"name":"selectTemplate",
|
||||
"view":"views/email/fields/select-template"
|
||||
}
|
||||
],
|
||||
[{"name":"subject","fullWidth": true}],
|
||||
[{"name":"body","fullWidth": true}],
|
||||
[{"name":"attachments"}, {"name":"isHtml"} ]
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user