Initial commit
This commit is contained in:
35
application/Espo/Resources/layouts/EmailTemplate/detail.json
Normal file
35
application/Espo/Resources/layouts/EmailTemplate/detail.json
Normal file
@@ -0,0 +1,35 @@
|
||||
[
|
||||
{
|
||||
"rows":[
|
||||
[
|
||||
{
|
||||
"name": "name"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "category"
|
||||
},
|
||||
{
|
||||
"name": "oneOff"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "subject"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "insertField",
|
||||
"view": "views/email-template/fields/insert-field"
|
||||
}
|
||||
],
|
||||
[{"name": "body"}],
|
||||
[{"name": "attachments"}, {"name":"isHtml"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user