From 33f3e8b6b285b573e9fab77768737dba8e6c4365 Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 15 Jan 2026 10:15:42 +0200 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index d15103872d..ac597da019 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -322,7 +322,12 @@ "rows": { "type": "integer", "minimum": 1, - "description": "Max number of rows." + "description": "Maximum number of rows." + }, + "rowsMin": { + "type": "integer", + "minimum": 1, + "description": "Minimum number of rows the textarea can shrink to." }, "seeMoreDisabled": { "type": "boolean",