Skip to content

Commit

Permalink
Expand the description.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed May 30, 2023
1 parent b0d8d38 commit a2bb374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/MiradorConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
];
$form['iiif_manifest_url_fieldset']['iiif_manifest_url'] = [
'#type' => 'textfield',
'#description' => $this->t('Absolute URL of the IIIF manifest to render. You may use tokens to provide a pattern (e.g. "http://localhost/node/[node:nid]/manifest")'),
'#description' => $this->t('Absolute URL of the IIIF manifest to render. You may use tokens to provide a pattern (e.g. "[node:url:unaliased:absolute]/manifest" or "http://localhost/node/[node:nid]/manifest")'),
'#default_value' => $config->get('iiif_manifest_url'),
'#maxlength' => 256,
'#size' => 64,
Expand Down

0 comments on commit a2bb374

Please sign in to comment.