feat(editor): Adjust HTML editor component for use in params (#5285)

*  Adjust HTML editor component

* ♻️ Apply feedback

* ♻️ Apply feedback

* 🔥 Remove unused ndv store refs
This commit is contained in:
Iván Ovejero
2023-02-02 14:00:16 +01:00
committed by GitHub
parent 3b5e1d127f
commit 8b09e98654
6 changed files with 68 additions and 16 deletions

View File

@@ -85,6 +85,7 @@ export class Mailgun implements INodeType {
type: 'string',
typeOptions: {
rows: 5,
editor: 'htmlEditor',
},
default: '',
description: 'HTML text message of email',