Skip to content

Commit

Permalink
Add COI integration to IIIF module.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Oct 24, 2023
1 parent 6cfaca3 commit c05236a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/islandora_iiif/src/Form/IslandoraIIIFConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ public function buildForm(array $form, FormStateInterface $form_state) {
'#title' => $this->t('IIIF Image server location'),
'#description' => $this->t('Please enter the image server location without trailing slash. e.g. http://www.example.org/iiif/2.'),
'#default_value' => $config->get('iiif_server'),
'#config' => [
'key' => 'islandora_iiif.settings:iiif_server',
],
];

$form['use_relative_paths'] = [
Expand Down

0 comments on commit c05236a

Please sign in to comment.