Skip to content

Commit

Permalink
pkp/pkp-lib#6099 Added a required country field to the context form.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Mar 6, 2021
1 parent 3a1d421 commit 94ac9df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locale/en_US/manager.po
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ msgstr "Include any information about your server which may be of interest to re
msgid "manager.setup.contextInitials"
msgstr "Server initials"

msgid "manager.setup.selectCountry"
msgstr "Select the country where this server is located"

msgid "manager.setup.serverThumbnail"
msgstr "Server thumbnail"

Expand Down
6 changes: 6 additions & 0 deletions schemas/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"nullable"
]
},
"country": {
"type": "string",
"validation": [
"country"
]
},
"enableAuthorScreening": {
"type": "boolean",
"default": 0,
Expand Down

0 comments on commit 94ac9df

Please sign in to comment.