[messaging] Rename body to text (#3595)

* Store HTML message

* remove console log

* [messaging] rename body to text

* use CoreObjectNameSingular
This commit is contained in:
Weiko
2024-01-23 19:56:42 +01:00
committed by GitHub
parent c0c2906209
commit c7ad6a0de7
4 changed files with 11 additions and 10 deletions

View File

@ -64,11 +64,11 @@ export class MessageObjectMetadata extends BaseObjectMetadata {
@FieldMetadata({
type: FieldMetadataType.TEXT,
label: 'Body',
description: 'Body',
label: 'Text',
description: 'Text',
icon: 'IconMessage',
})
body: string;
text: string;
@FieldMetadata({
type: FieldMetadataType.TEXT,