From 3af528457663395482f14c51cd428ce6be0053cd Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Mon, 7 Nov 2022 14:49:56 -0300 Subject: [PATCH] bad indentation for UV formatter schema See #237 --- .../schema/format_strawberryfield.schema.yml | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/config/schema/format_strawberryfield.schema.yml b/config/schema/format_strawberryfield.schema.yml index ee51102b..708ea9bd 100644 --- a/config/schema/format_strawberryfield.schema.yml +++ b/config/schema/format_strawberryfield.schema.yml @@ -382,25 +382,25 @@ field.formatter.settings.strawberry_pdf_formatter: label: 'When embargoed, comma separated list of PDF Upload JSON keys to filter against' field.formatter.strawberry_uv_formatter: type: mapping - label: 'Specific Config for strawberry_uv_formatter' - mapping: - iiif_base_url: - type: string - label: 'Custom Public IIIF Server URL' - iiif_base_url_internal: - type: string - label: 'Custom internal IIIF Server URL' - metadataexposeentity_source: - type: string - label: 'metadataexpose_entity machine name' - max_width: - type: string - label: 'Max with for the Viewer. Can be either a % or just a number' - max_height: - type: string - use_iiif_globals: - type: string - label: 'Whether to use global IIIF settings or not.' + label: 'Specific Config for strawberry_uv_formatter' + mapping: + iiif_base_url: + type: string + label: 'Custom Public IIIF Server URL' + iiif_base_url_internal: + type: string + label: 'Custom internal IIIF Server URL' + metadataexposeentity_source: + type: string + label: 'metadataexpose_entity machine name' + max_width: + type: string + label: 'Max with for the Viewer. Can be either a % or just a number' + max_height: + type: string + use_iiif_globals: + type: string + label: 'Whether to use global IIIF settings or not.' field.formatter.settings.strawberry_mirador_formatter: type: mapping label: 'Specific Config for strawberry_mirador_formatter'