https://github.com/sebobo/shel.referencelist
Display references to the currently selected content in the Neos CMS backend
https://github.com/sebobo/shel.referencelist
neoscms
Last synced: about 1 year ago
JSON representation
Display references to the currently selected content in the Neos CMS backend
- Host: GitHub
- URL: https://github.com/sebobo/shel.referencelist
- Owner: Sebobo
- Created: 2020-12-15T15:24:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T12:26:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T18:02:02.188Z (about 1 year ago)
- Topics: neoscms
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# See references to the selected node in the Neos CMS inspector
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 `!`.
```yaml
Shel:
ReferenceList:
nodeTypeFilter: 'Neos.NodeTypes.ContentReferences:ContentReferences'
```