From e17524fc0b79cb75ffe25f76dbfb18e3cd6a1f1a Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 16 Jan 2020 02:38:18 +0000 Subject: [PATCH] Cleaning up settings form schema --- config/schema/islandora.schema.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/schema/islandora.schema.yml b/config/schema/islandora.schema.yml index 3236d739..40595a0c 100644 --- a/config/schema/islandora.schema.yml +++ b/config/schema/islandora.schema.yml @@ -14,15 +14,9 @@ islandora.settings: jwt_expiry: type: string label: 'How long JWTs should last before expiring.' - upload_form_bundle: - type: string - label: 'Upload Form Content Type' upload_form_location: type: string label: 'Upload Form Location' - upload_form_term: - type: string - label: 'Upload Form Media Use Term' upload_form_allowed_extensions: type: string label: 'Upload Form Allowed Extensions'