shel/referencelist

Last activity on 03 May 2022
  • 1
  • 884
composer require shel/referencelist

View references to the current node in the Neos inspector

0.2.0

View references to the current node in the Neos inspector

Version
0.2.0
Type
neos-plugin
Release Date
May 3, 2022, 3:11:11 pm
Source
git
Distribution
zip
Requires
Requires (dev)
None
Suggest
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0-or-later
  • #neos cms
15cf127fe0f4d0919596c793a695344b661aad78

See references to the selected node in the Neos CMS inspector

This package is not stable yet, handle with care.

After installing this plugin in Neos CMS you can view a list of references to the selected node in the inspector sidebar. The list is hidden by default in the AdditionalInformation group. When uncollapsing the group the reference list is fetched from the server and displayed.

You can click on each item to be directed to the page that contains the reference.

This helps finding out where a content element is being used.

Backed example

Configuration

You can adjust the nodeTypeFilter to include more reference nodetypes than the one provided by Neos.NodeTypes. Multiple types can be comma separated or excluded with a !.

Shel:
    ReferenceList:
        nodeTypeFilter: 'Neos.NodeTypes.ContentReferences:ContentReferences'
The content of the readme is provided by Github
The same vendor provides 26 package(s).