Remove pre-defined Quay.io specific contact information
Fixes https://jira.coreos.com/browse/QUAY-1176
This commit is contained in:
parent
9d3543a353
commit
b9ec390ff6
4 changed files with 5 additions and 6 deletions
|
@ -142,7 +142,6 @@ CONFIG_SCHEMA = {
|
|||
},
|
||||
'CONTACT_INFO': {
|
||||
'type': 'array',
|
||||
'minItems': 1,
|
||||
'uniqueItems': True,
|
||||
'description': 'If specified, contact information to display on the contact page. ' +
|
||||
'If only a single piece of contact information is specified, the contact footer will link directly.',
|
||||
|
|
Reference in a new issue