ArrayField fields as textareas instead of inputs #177
Answered
by
bhch
hertilizer
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
bhch
Sep 11, 2024
Replies: 1 comment 4 replies
-
Use the {
"type": "array",
"items": {
"type": "string",
+ "widget": "textarea"
}
} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
hertilizer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
widget
keyword:{ "type": "array", "items": { "type": "string", + "widget": "textarea" } }