shel / referencelist
View references to the current node in the Neos inspector
Installs: 2 170
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 2
Language:TypeScript
Type:neos-plugin
Requires
- neos/neos: ^7.3 || ^8.0
- neos/neos-ui: ^7.3 || ^8.0
This package is auto-updated.
Last update: 2024-10-29 15:10:45 UTC
README
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.
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'