Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prgfx/prgfx.neos.contentcommentannotation
https://github.com/prgfx/prgfx.neos.contentcommentannotation
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/prgfx/prgfx.neos.contentcommentannotation
- Owner: PRGfx
- Created: 2022-06-30T17:07:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T17:22:19.000Z (over 2 years ago)
- Last Synced: 2024-09-16T18:58:36.471Z (2 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prgfx.Neos.ContentCommentAnnotations
This plugin adds an indicator for `networkteam/contentcomments` comments to the node toolbar.
Clicking the toolbar button will try to bring up the comments in the inspector tab.![The node-toolbar with an indicator for the number of comments](Documentation/node-toolbar.png)
**This package for now is more of a proof of concept!**
```
composer require prgfx/neos-contentcomment-annotation:@dev
```## Notes
Depending on your rendering you may need to add a stylesheet.
As the node toolbar is rendered in the guestframe, the CSS has to be included on your page.
You can use (or override) the `Prgfx.Neos.ContentCommentAnnotation:InlineStyles` prototype, which is included in the `Neos.Neos:Page` by default.