cwrc / islandora_object_field

Adds an "Islandora Object" field type and widgets for referencing Islandora objects in Drupal fields.
GNU General Public License v3.0
0 stars 1 forks source link

Provide thumbnail rendering option #2

Open ctgraham opened 2 years ago

ctgraham commented 2 years ago

Problem / motivation

As a content author I would like to present the link to the Islandora object via a thumbnail.

Proposed resolution

Create a new template parallel to islandora-object-field-label.tpl.php, with an img tag to the TN datastream.

Remaining tasks

User interface changes

New rendering formatter option: "Object thumbnail"

API changes

New template available for theming: islandora-object-field-thumbnail.tpl.php

Data model changes

None.