From f23634ee61a0badbcad5e006036d3cfdbfa9c2ac Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 12 Mar 2026 18:59:47 +0200 Subject: [PATCH] wysiwyg default --- application/Espo/Resources/metadata/fields/wysiwyg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/fields/wysiwyg.json b/application/Espo/Resources/metadata/fields/wysiwyg.json index d3a6f11c8b..0076fbca9a 100644 --- a/application/Espo/Resources/metadata/fields/wysiwyg.json +++ b/application/Espo/Resources/metadata/fields/wysiwyg.json @@ -7,7 +7,7 @@ }, { "name": "default", - "type": "text" + "type": "wysiwyg" }, { "name": "height",