diff --git a/application/Espo/Resources/layouts/EmailTemplate/detail.json b/application/Espo/Resources/layouts/EmailTemplate/detail.json index 6b920da6cb..9ce1dfc17c 100644 --- a/application/Espo/Resources/layouts/EmailTemplate/detail.json +++ b/application/Espo/Resources/layouts/EmailTemplate/detail.json @@ -31,5 +31,10 @@ [{"name": "body"}], [{"name": "attachments"}, {"name":"isHtml"}] ] + }, + { + "rows": [ + [{"name": "description"}] + ] } ] diff --git a/application/Espo/Resources/layouts/LeadCapture/detail.json b/application/Espo/Resources/layouts/LeadCapture/detail.json index 0404ef3d66..26f3228ca1 100644 --- a/application/Espo/Resources/layouts/LeadCapture/detail.json +++ b/application/Espo/Resources/layouts/LeadCapture/detail.json @@ -30,5 +30,10 @@ [{"name": "smtpAccount"}, false], [{"name": "optInConfirmationSuccessMessage", "fullWidth": true}] ] + }, + { + "rows": [ + [{"name": "description"}] + ] } ] diff --git a/application/Espo/Resources/layouts/Portal/detail.json b/application/Espo/Resources/layouts/Portal/detail.json index 217abd26e1..e1cf5a2fac 100644 --- a/application/Espo/Resources/layouts/Portal/detail.json +++ b/application/Espo/Resources/layouts/Portal/detail.json @@ -9,6 +9,11 @@ "tabBreak": true, "tabLabel": "$label:General" }, + { + "rows": [ + [{"name": "description"}] + ] + }, { "rows": [ [{"name": "dateFormat"}, {"name": "timeZone"}], diff --git a/application/Espo/Resources/layouts/Team/detail.json b/application/Espo/Resources/layouts/Team/detail.json index 13baf9a6bc..ed7c0d4354 100644 --- a/application/Espo/Resources/layouts/Team/detail.json +++ b/application/Espo/Resources/layouts/Team/detail.json @@ -14,5 +14,10 @@ {"name": "workingTimeCalendar"} ] ] + }, + { + "rows": [ + [{"name": "description"}] + ] } ] diff --git a/application/Espo/Resources/layouts/Template/detail.json b/application/Espo/Resources/layouts/Template/detail.json index 8b77e9b0a6..60a6ea4fdc 100644 --- a/application/Espo/Resources/layouts/Template/detail.json +++ b/application/Espo/Resources/layouts/Template/detail.json @@ -42,5 +42,10 @@ [{"name":"footer"}], [{"name": "style"}] ] + }, + { + "rows": [ + [{"name": "description"}] + ] } ] diff --git a/application/Espo/Resources/layouts/Webhook/detail.json b/application/Espo/Resources/layouts/Webhook/detail.json index 9b1ca5ec7a..7f56506869 100644 --- a/application/Espo/Resources/layouts/Webhook/detail.json +++ b/application/Espo/Resources/layouts/Webhook/detail.json @@ -14,5 +14,10 @@ {"name": "skipOwn"} ] ] + }, + { + "rows": [ + [{"name": "description"}] + ] } ] diff --git a/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json b/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json index 72da08fa3f..6c486bc5ac 100644 --- a/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json +++ b/application/Espo/Resources/metadata/entityDefs/EmailTemplate.json @@ -56,6 +56,9 @@ "type": "linkMultiple", "audited": true }, + "description": { + "type": "text" + }, "createdAt": { "type": "datetime", "readOnly": true diff --git a/application/Espo/Resources/metadata/entityDefs/LeadCapture.json b/application/Espo/Resources/metadata/entityDefs/LeadCapture.json index 49f47a4bbd..664eb5237c 100644 --- a/application/Espo/Resources/metadata/entityDefs/LeadCapture.json +++ b/application/Espo/Resources/metadata/entityDefs/LeadCapture.json @@ -215,6 +215,9 @@ "view": "views/lead-capture/fields/phone-number-country", "maxLength": 2 }, + "description": { + "type": "text" + }, "createdAt": { "type": "datetime", "readOnly": true diff --git a/application/Espo/Resources/metadata/entityDefs/Portal.json b/application/Espo/Resources/metadata/entityDefs/Portal.json index 200f446436..da550040bf 100644 --- a/application/Espo/Resources/metadata/entityDefs/Portal.json +++ b/application/Espo/Resources/metadata/entityDefs/Portal.json @@ -117,6 +117,9 @@ "min": 0, "tooltip": "Settings.authTokenMaxIdleTime" }, + "description": { + "type": "text" + }, "modifiedAt": { "type": "datetime", "readOnly": true diff --git a/application/Espo/Resources/metadata/entityDefs/Team.json b/application/Espo/Resources/metadata/entityDefs/Team.json index fb8a2be90f..4069ac4dcf 100644 --- a/application/Espo/Resources/metadata/entityDefs/Team.json +++ b/application/Espo/Resources/metadata/entityDefs/Team.json @@ -32,6 +32,9 @@ "tooltip": true, "audited": true }, + "description": { + "type": "text" + }, "createdAt": { "type": "datetime", "readOnly": true diff --git a/application/Espo/Resources/metadata/entityDefs/Template.json b/application/Espo/Resources/metadata/entityDefs/Template.json index 095be35e36..b09102c588 100644 --- a/application/Espo/Resources/metadata/entityDefs/Template.json +++ b/application/Espo/Resources/metadata/entityDefs/Template.json @@ -75,6 +75,9 @@ "teams": { "type": "linkMultiple" }, + "description": { + "type": "text" + }, "createdAt": { "type": "datetime", "readOnly": true diff --git a/application/Espo/Resources/metadata/entityDefs/Webhook.json b/application/Espo/Resources/metadata/entityDefs/Webhook.json index 0a758fde61..6a01d61329 100644 --- a/application/Espo/Resources/metadata/entityDefs/Webhook.json +++ b/application/Espo/Resources/metadata/entityDefs/Webhook.json @@ -51,6 +51,9 @@ "type": "bool", "tooltip": true }, + "description": { + "type": "text" + }, "createdAt": { "type": "datetime", "readOnly": true