View Modes Display

Component type

module

Maintenance status

Development status

Downloads

13436

Component created

Component changed

View Modes Display is a helper module to preview view modes for your entities.

When working on a site with many content types and view modes, it becomes tedious to find out where to view the rendered entity in a given view mode. This module aims to solve this by providing an additional tab "Preview Display" on the entity itself.

On the "Preview Display" page, all view modes with custom settings will be rendered in the enabled theme. A contextual link is also added for nodes to make it easy to link to the "Preview Display" from anywhere the entity is shown.

Taxonomy Delete Link

Component type

module

Categories

Maintenance status

Development status

Downloads

1791

Component created

Component changed

This module provides a link which deletes taxonomy term.

In taxonomy overview terms table the "delete link" has been added at operations column
and display the available operations depending on user's permissions (edit, delete).

Also, the taxonomy_delete_link_views submodule exists and makes the taxonomy term
delete link available for use to views.

Knowledge Graph

Component type

module

Categories

Maintenance status

Development status

Downloads

541

Component created

Component changed

Introduction

The Knowledge Graph Module allows to build schemas from schema.org using the field ui. A schema can be used to map content type fields and properties as a schema property and output it as JSON-LD in the HTML head.

Requirements

* Entity API (https://www.drupal.org/project/entity)
* Chaos tool suite (ctools) (https://www.drupal.org/project/ctools)

Book Cache

Component type

module

Maintenance status

Development status

Downloads

766

Component created

Component changed

Book cache is a drop in performance improvement for the book module. Book is very expensive when it comes to calculating the previous, next, and parent links for use in rendering at the bottom of the page. By hijacking core's uncache-able version of this function, book cache is able to serve up the results from cache bins instead of calculated at run time.