From 4ffeb1d97f69995d1950bd69106600c4cdd9a338 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:38:01 -0400 Subject: [PATCH] Makes Text property as a textara for line breaks Fixing ISSUE #1361 --- .../system/create/entityProperties/html/js/entityProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/create/entityProperties/html/js/entityProperties.js b/scripts/system/create/entityProperties/html/js/entityProperties.js index 408a3771cc..07d081460a 100644 --- a/scripts/system/create/entityProperties/html/js/entityProperties.js +++ b/scripts/system/create/entityProperties/html/js/entityProperties.js @@ -196,7 +196,7 @@ const GROUPS = [ properties: [ { label: "Text", - type: "string", + type: "textarea", propertyID: "text", }, {