You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Your desired package is now installed correctly.
18
18
19
19
## Usage
20
-
Coming soon
20
+
21
+
### 1. Extend your document
22
+
You have to add the mixin `Breadlesscode.Commentable:Mixin.Commentable` to your commentable node. This mixin in simply
23
+
adds a child node where the comments are stored.
24
+
25
+
### 2. Render the comments
26
+
Now you can add a the `Breadlesscode.Commentable:Collection.Comment` Fusion-Prototype to your node. This is a simple
27
+
`Neos.Neos:ContentCollection` which lists the comments.
28
+
29
+
### 3. Add the form
30
+
This Package provides a simple form implementation `Breadlesscode.Commentable:Form.Comment`. This form adds the comment
31
+
to the current document node comment collection. You can simply add a finisher by extend the Fusion-Prototype:
0 commit comments