mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -85,6 +85,7 @@ export class Mailgun implements INodeType {
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
rows: 5,
|
||||
editor: 'htmlEditor',
|
||||
},
|
||||
default: '',
|
||||
description: 'HTML text message of email',
|
||||
|
||||
Reference in New Issue
Block a user