This plugin adds a widget to the sidebar of full-page element editors that allows content administrators to see, at a glance, the relationships between elements.
- Craft CMS 3.0.0-RC1 or above
- Open a terminal and navigate to your project folder:
cd /path/to/project
- Require the package to download it via Composer:
composer require wsydney76/elementmap
- Install the plugin on the
Settings -> Plugins
page in the Craft control panel.
--- or ---
- Install the plugin via the command line:
./craft install/plugin elementmap
When editing an entry, category, or user in the full-page editor, you will be presented a panel in the sidebar with two lists.
-
References to This Element lists the elements which contain the currently edited element somewhere in their fields. These elements could be entries, categories, tags, assets, users, or globals.
-
References to Other Elements lists the elements which the currently edited element contains somewhere in its fields. These elements could be entries, categories, tags, assets, or users.
Both lists provide links to the related elements' editors or control panel sections for quick access.
Built for Craft CMS by Charlie Development
This plugin is abandoned and forked under wsydney76/elementmap