This plugin shows all relations of an element. For example, where an asset, entry or any other element is linked.
Feature Requests are welcome!
This plugin requires Craft CMS 3.0.0-beta.23 or later.
To install this plugin, follow these steps:
- Install with Composer via
composer require internetztube/craft-element-relations
- 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
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 is enabled by default and set to 1 week
. These settings can be overridden using a local config file.
Please report any issues you find to the Issues page.
Brought to you by Frederic Koeberl