Skip to content

Commit

Permalink
Add COI integration to settings form.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Oct 24, 2023
1 parent 4a66979 commit 1eb73d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Form/OpenSeadragonSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ public function buildForm(array $form, FormStateInterface $form_state) {
'#default_value' => $this->seadragonConfig->getIiifAddress(),
'#required' => TRUE,
'#description' => t('Please enter the image server location without trailing slash. eg: http://www.example.org/iiif/2.'),
'#config' => [
'key' => 'openseadragon.settings:iiif_server',
],
],
'manifest_view' => [
'#type' => 'select',
Expand Down

0 comments on commit 1eb73d3

Please sign in to comment.