pulibrary / iiif_image_field

Drupal module for adding IIIF Images to content types.
https://www.drupal.org/sandbox/sdellis/2421047
Other
2 stars 2 forks source link

iiif_image_field

Drupal module for adding IIIF Images to content types. Supports API versions 1.0 or 2.0 (no mixing, as of yet). Currently on Drupal.org as sandbox project and under review for approval as official module.

How to configure the module:

  1. Enable the module via drush drush en iiif_image_field.
  2. You can configure your server and API version via the Modules manager or Admin > Config > Media > IIIF Image Field
  3. Go to Structure > Content Types > yourContentType > Manage Fields
  4. Add a IIIF Image field and the IIIF Image Formatter should be automatically selected.
  5. Click on Manage Display and make sure your field is visible. Adjust settings for your view mode.
  6. Edit content and add your IIIF Image ID and a label/caption/citation

Note: If you need to uninstall, you must make sure that the IIIF Image Field is deleted from all Content Types that use it.