ahebrank/er_view_formatter

There is no license information available for the latest version (dev-8.x-1.x) of this package.

Renderer for entity-referenced Views

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:drupal-module

dev-8.x-1.x 2017-11-22 16:03 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:09:27 UTC


README

DEPRECATED! You should probably use https://www.drupal.org/project/viewreference 
unless you really want to just format an existing entity reference field.

INTRODUCTION
------------

The Entity Reference View Formatter module provides a field formatter
for entity reference fields that reference views. With this field formatter, 
it is possible to display the referenced view instead of merely linking
to it.

REQUIREMENTS
------------
This module is for Drupal 8.x only.
It works with core Views and Entity Reference fields.
No other contributed modules are required.


INSTALLATION
------------
Install as you would normally install a contributed Drupal module.


CONFIGURATION
-------------

* For the entity reference field that references a View, go to the
  "Manage display" page for your content type or other entity type:
    - Find your entity reference field.
    - Change the display format to "Rendered View."

* This field formatter will render the view's embed_1 display if it exists. 
  If not, it will render the block_1 display if it exists. If neither 
  embed_1 nor block_1 exist, it will render the default display.

* This field formatter does not let you specify which display to render.
  That is being considered for a future version.