small fixes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"value": "We already have some input here",
|
||||
"required": false,
|
||||
"min_length": 0,
|
||||
"max_length": 2000
|
||||
"max_length": 1024
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -12,7 +12,7 @@
|
||||
"label": "Text",
|
||||
"is_paragraph": true,
|
||||
"required": true,
|
||||
"max_length": 2000
|
||||
"max_length": 1024
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"label": "URL",
|
||||
"is_paragraph": false,
|
||||
"placeholder": "https://example.com",
|
||||
"placeholder": "https://",
|
||||
"value": "",
|
||||
"required": true,
|
||||
"min_length": 0,
|
||||
|
Reference in New Issue
Block a user