Currently, I've only got "full" and "teaser" view modes specified for the Biblio entity type (and only "full" is really functional).

We need to implement the node view modes that biblio normally uses (full, search index, teaser) as seen in hook_view in biblio.module and get them functioning with Drupal's theme layer.

Comments

amitaibu’s picture

I would actually use the view modes as the export/ style mechanism

For example if we go with #1973706: Re-think Biblio in Drupal 7, each plugin will declare it's view mode(s). So every Biblio can be rendered as needed.

See for example how Message-notify module is doing it.

dasjo’s picture

some good ideas here :)

amitaibu’s picture

Status: Active » Closed (duplicate)

Closing in favor of #1973706: Re-think Biblio in Drupal 7 and a WIP repo on github https://github.com/amitaibu/biblio -- worth checking the new code and pluggable architecture .