Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-237: bad indentation for UV formatter schema #239

Merged
merged 1 commit into from
Nov 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions config/schema/format_strawberryfield.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down