Add field for wikimedia_commons tag (re: #7064)

This commit is contained in:
Quincy Morgan
2019-12-04 14:09:43 -05:00
parent 0c7e2eff23
commit 91da6028f8
6 changed files with 24 additions and 2 deletions
@@ -0,0 +1,9 @@
{
"key": "wikimedia_commons",
"type": "identifier",
"label": "Wikimedia Commons Page",
"placeholder": "File:Example.jpg",
"urlFormat": "https://commons.wikimedia.org/wiki/{value}",
"pattern": "^(?:File|Category):.{1,}",
"universal": true
}