Skip to content

internetztube/craft-element-relations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Element Relations Plugin for Craft CMS 4.x

This plugin shows all relations of an element. For example, where an asset, entry or any other element is linked.

Feature Requests are welcome!

Share

Requirements

This plugin requires Craft CMS 4.0.0 or later.

Installation

To install this plugin, follow these steps:

  1. Install with Composer via composer require internetztube/craft-element-relations
  2. Install plugin in the Craft Control Panel under Settings > Plugins

You can also install this plugin via the Plugin Store in the Craft Control Panel.

Optional: Copy config file into project.

cp vendor/internetztube/craft-element-relations/src/config.php config/element-relations.php

Support

As a basis the relations table is used. This means that any field that stores relations in the relations table will work out of the box.

  • Most Craft CMS internal fields
  • NEO
  • SuperTable
  • SEOmatic
  • Profile Photos
  • Redactor
  • LinkIt
  • ... and many more.

Caching

Caching is enabled by default and set to 1 week. These settings can be overridden using a local config file.

Screenshots

Asset Overview Asset Overview Primary Page


Asset detail Asset Detail


Create Field Field Edit Page


Add to Field Layout Field Edit Page

Issues

Please report any issues you find to the Issues page.

Brought to you by Frederic Koeberl