small fixes

This commit is contained in:
2024-03-11 14:53:23 +01:00
parent 357557c023
commit 0adf6504ad
7 changed files with 29 additions and 37 deletions

View File

@@ -18,7 +18,7 @@
"value": "We already have some input here",
"required": false,
"min_length": 0,
"max_length": 2000
"max_length": 1024
}
]
}

View File

@@ -12,7 +12,7 @@
"label": "Text",
"is_paragraph": true,
"required": true,
"max_length": 2000
"max_length": 1024
}
]
}

View File

@@ -14,7 +14,7 @@
"is_paragraph": true,
"placeholder": "Fill in for what you need help or have issues with and a moderator will reply.",
"required": true,
"max_length": 2000
"max_length": 1024
}
]
}

View File

@@ -5,7 +5,7 @@
{
"label": "URL",
"is_paragraph": false,
"placeholder": "https://example.com",
"placeholder": "https://",
"value": "",
"required": true,
"min_length": 0,