Skip to content

Commit

Permalink
Base definition of the schema. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey authored Sep 15, 2022
1 parent 7338e00 commit 8f9eeff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/schema/openseadragon.schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
openseadragon.settings:
type: config_object
mapping:
default_options:
type: ignore
label: Mapping of options to pass off to OpenSeadragon
iiif_server:
type: string
label: The IIIF server to which to route requests
manifest_view:
type: string
label: The target manifest view

block.settings.openseadragon_block:
type: block_settings
mapping:
iiif_manifest_url:
type: string

0 comments on commit 8f9eeff

Please sign in to comment.