Skip to content

Commit

Permalink
documents: update schemas about abstract field
Browse files Browse the repository at this point in the history
* Updates JSON schemas to allow abstract fields to be edited as a textarea.

Co-Authored-by: Renaud Michotte <[email protected]>
  • Loading branch information
zannkukai committed Feb 13, 2020
1 parent e49f9a3 commit 3a943bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,13 @@
"items": {
"title": "Abstract",
"type": "string",
"minLength": 2
"minLength": 2,
"form": {
"type": "textarea",
"templateOptions": {
"rows": 5
}
}
},
"form": {
"hide": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,13 @@
"items": {
"title": "Abstract",
"type": "string",
"minLength": 2
"minLength": 2,
"form": {
"type": "textarea",
"templateOptions": {
"rows": 5
}
}
},
"form": {
"hide": true
Expand Down

0 comments on commit 3a943bb

Please sign in to comment.