Makes Text property as a textara for line breaks

Fixing ISSUE #1361
This commit is contained in:
Alezia Kurdis 2025-03-15 20:38:01 -04:00 committed by GitHub
parent d09a927a82
commit 4ffeb1d97f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,7 +196,7 @@ const GROUPS = [
properties: [
{
label: "Text",
type: "string",
type: "textarea",
propertyID: "text",
},
{