This commit is contained in:
Yurii
2026-01-15 10:15:42 +02:00
parent 89db06f319
commit 33f3e8b6b2

View File

@@ -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",