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

Enable Solr rendering options #6

Open ctgraham opened 1 year ago

ctgraham commented 1 year ago

Problem / motivation

As a site/repository manager, I would like to be able to render the linked Islandora object with additional metadata detail beyond just the object's title. Some low-hanging fruit here could be:

Proposed resolution

Create new formatters which make calls to existing theme functionality (solr search results, solr metadata display) and allow the manager to select this formatter for the display of a Islandora Object Field.

Remaining tasks

User interface changes

New formatter options in the Node Field display management.

API changes

New formatters via hook.

Data model changes

New themed presentation available to the template(s).