prgfx/neos-contentcomment-annotation

There is no license information available for the latest version (dev-main) of this package.

Adds inline UI to the networkteam/contentcomments comments.

Installs: 141

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-package

dev-main 2022-06-30 17:22 UTC

This package is auto-updated.

Last update: 2024-04-29 05:06:02 UTC


README

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

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.