diff --git a/Documentation/Examples/ExtendTheCommentForm.md b/Documentation/Examples/ExtendTheCommentForm.md index aec64dc..357e2d6 100644 --- a/Documentation/Examples/ExtendTheCommentForm.md +++ b/Documentation/Examples/ExtendTheCommentForm.md @@ -24,21 +24,21 @@ _Vendor.Blog/Configuration/NodeTypes.Comment.yaml_ _Vendor.Blog/Classes/Vendor/Blog/Domain/Model/Comment.php_ phone; } - + /** * @param string $phone */ @@ -54,7 +54,7 @@ _Vendor.Blog/Classes/Vendor/Blog/Domain/Model/Comment.php_ { $this->phone = $phone; } - + } **Replace the original Comment-Model with your version** @@ -101,14 +101,14 @@ _Vendor.Blog/Resources/Private/Templates/Comments/Index.html_ _Vendor.Blog/Resources/Private/Partials/Comments/TextField.html_ - +
-
+ **Add your field translation** diff --git a/README.md b/README.md index 219c517..b3f562b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This package provides your visitors the possibility to comment stuff and discuss | Neos | Package | Maintained | |------|---------|------------| | 3.x | 0.0.x | YES | +| 4.x | 0.1.x | YES | ## Installation ``` diff --git a/Resources/Private/Partials/FormElements/Bootstrap/Checkbox.html b/Resources/Private/Partials/FormElements/Bootstrap/Checkbox.html index 7287583..9423606 100644 --- a/Resources/Private/Partials/FormElements/Bootstrap/Checkbox.html +++ b/Resources/Private/Partials/FormElements/Bootstrap/Checkbox.html @@ -1,9 +1,9 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Bootstrap/Error.html b/Resources/Private/Partials/FormElements/Bootstrap/Error.html index 711d996..aa2d97a 100644 --- a/Resources/Private/Partials/FormElements/Bootstrap/Error.html +++ b/Resources/Private/Partials/FormElements/Bootstrap/Error.html @@ -1,7 +1,7 @@ - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Bootstrap/TextArea.html b/Resources/Private/Partials/FormElements/Bootstrap/TextArea.html index 26a61bf..1dcc93a 100644 --- a/Resources/Private/Partials/FormElements/Bootstrap/TextArea.html +++ b/Resources/Private/Partials/FormElements/Bootstrap/TextArea.html @@ -1,8 +1,8 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Bootstrap/TextField.html b/Resources/Private/Partials/FormElements/Bootstrap/TextField.html index a7f3bba..cc0511c 100644 --- a/Resources/Private/Partials/FormElements/Bootstrap/TextField.html +++ b/Resources/Private/Partials/FormElements/Bootstrap/TextField.html @@ -1,8 +1,8 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Float/Checkbox.html b/Resources/Private/Partials/FormElements/Float/Checkbox.html index f16a498..538f55c 100644 --- a/Resources/Private/Partials/FormElements/Float/Checkbox.html +++ b/Resources/Private/Partials/FormElements/Float/Checkbox.html @@ -1,5 +1,5 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Float/Error.html b/Resources/Private/Partials/FormElements/Float/Error.html index 5e5d890..043e787 100644 --- a/Resources/Private/Partials/FormElements/Float/Error.html +++ b/Resources/Private/Partials/FormElements/Float/Error.html @@ -1,7 +1,7 @@ - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Float/TextArea.html b/Resources/Private/Partials/FormElements/Float/TextArea.html index b297366..6aa6f57 100644 --- a/Resources/Private/Partials/FormElements/Float/TextArea.html +++ b/Resources/Private/Partials/FormElements/Float/TextArea.html @@ -1,8 +1,8 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Float/TextField.html b/Resources/Private/Partials/FormElements/Float/TextField.html index 165b605..d2982ef 100644 --- a/Resources/Private/Partials/FormElements/Float/TextField.html +++ b/Resources/Private/Partials/FormElements/Float/TextField.html @@ -1,8 +1,8 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Foundation/Checkbox.html b/Resources/Private/Partials/FormElements/Foundation/Checkbox.html index cf0ea03..a6cbd3b 100644 --- a/Resources/Private/Partials/FormElements/Foundation/Checkbox.html +++ b/Resources/Private/Partials/FormElements/Foundation/Checkbox.html @@ -1,8 +1,8 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Foundation/Error.html b/Resources/Private/Partials/FormElements/Foundation/Error.html index 7dc568b..d8511b2 100644 --- a/Resources/Private/Partials/FormElements/Foundation/Error.html +++ b/Resources/Private/Partials/FormElements/Foundation/Error.html @@ -1,4 +1,4 @@ - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Foundation/TextArea.html b/Resources/Private/Partials/FormElements/Foundation/TextArea.html index 4719203..9c5b3cb 100644 --- a/Resources/Private/Partials/FormElements/Foundation/TextArea.html +++ b/Resources/Private/Partials/FormElements/Foundation/TextArea.html @@ -1,5 +1,5 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Foundation/TextField.html b/Resources/Private/Partials/FormElements/Foundation/TextField.html index 97d5298..3a2f43e 100644 --- a/Resources/Private/Partials/FormElements/Foundation/TextField.html +++ b/Resources/Private/Partials/FormElements/Foundation/TextField.html @@ -1,5 +1,5 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Material/Checkbox.html b/Resources/Private/Partials/FormElements/Material/Checkbox.html index 73fd681..4f46dd5 100644 --- a/Resources/Private/Partials/FormElements/Material/Checkbox.html +++ b/Resources/Private/Partials/FormElements/Material/Checkbox.html @@ -1,5 +1,5 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Material/Error.html b/Resources/Private/Partials/FormElements/Material/Error.html index ed93bc8..3effe07 100644 --- a/Resources/Private/Partials/FormElements/Material/Error.html +++ b/Resources/Private/Partials/FormElements/Material/Error.html @@ -1,7 +1,7 @@ - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Material/TextArea.html b/Resources/Private/Partials/FormElements/Material/TextArea.html index eb36af4..8782a81 100644 --- a/Resources/Private/Partials/FormElements/Material/TextArea.html +++ b/Resources/Private/Partials/FormElements/Material/TextArea.html @@ -1,9 +1,9 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/Material/TextField.html b/Resources/Private/Partials/FormElements/Material/TextField.html index b710b37..566f1a5 100644 --- a/Resources/Private/Partials/FormElements/Material/TextField.html +++ b/Resources/Private/Partials/FormElements/Material/TextField.html @@ -1,9 +1,9 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/WebExcess/Checkbox.html b/Resources/Private/Partials/FormElements/WebExcess/Checkbox.html index 6e77a92..97766ef 100644 --- a/Resources/Private/Partials/FormElements/WebExcess/Checkbox.html +++ b/Resources/Private/Partials/FormElements/WebExcess/Checkbox.html @@ -1,5 +1,5 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
-
+ diff --git a/Resources/Private/Partials/FormElements/WebExcess/Error.html b/Resources/Private/Partials/FormElements/WebExcess/Error.html index fd621b8..bac29b0 100644 --- a/Resources/Private/Partials/FormElements/WebExcess/Error.html +++ b/Resources/Private/Partials/FormElements/WebExcess/Error.html @@ -1,7 +1,7 @@ - +
-
+ diff --git a/Resources/Private/Partials/FormElements/WebExcess/TextArea.html b/Resources/Private/Partials/FormElements/WebExcess/TextArea.html index 8f18f0e..f2419e8 100644 --- a/Resources/Private/Partials/FormElements/WebExcess/TextArea.html +++ b/Resources/Private/Partials/FormElements/WebExcess/TextArea.html @@ -1,5 +1,5 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
@@ -7,4 +7,4 @@
-
+ diff --git a/Resources/Private/Partials/FormElements/WebExcess/TextField.html b/Resources/Private/Partials/FormElements/WebExcess/TextField.html index a9cbf0b..539a330 100644 --- a/Resources/Private/Partials/FormElements/WebExcess/TextField.html +++ b/Resources/Private/Partials/FormElements/WebExcess/TextField.html @@ -1,5 +1,5 @@ {namespace comments=WebExcess\Comments\ViewHelpers} - +
@@ -7,4 +7,4 @@
-
+ diff --git a/composer.json b/composer.json index 366e91d..0ec9358 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "require": { "neos/neos": "*", - "flowpack/listable": "~2.0.1", + "flowpack/listable": "~3.0", "neos/swiftmailer": "~6.0.0" }, "suggest": {