File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- TYPO3 Neos Blog Plugin
2
- ======================
1
+ Neos CMS Blog Plugin
2
+ ====================
3
3
4
- This plugin provides a node-based plugin for TYPO3 Neos websites.
4
+ This plugin provides a node-based plugin for Neos websites.
5
5
6
- Note: this package is still experimental and may change heavily in the near future .
6
+ Note: Although this package is in use (for example on robertlemke.com) it is not a full-fledged blogging solution .
7
7
8
8
Quick start
9
9
-----------
@@ -19,7 +19,7 @@ Quick start
19
19
package : RobertLemke.Plugin.Blog
20
20
` ` `
21
21
22
- * Add this to your TS , assuming your content should appear in section "main":
22
+ * Add this to your TypoScript , assuming your content should appear in section "main":
23
23
24
24
` ` `
25
25
blogPostPage < page {
@@ -32,4 +32,4 @@ root.blogPostMatcher {
32
32
}
33
33
```
34
34
35
- * add the plugin content element "Blog Post Overview" to the position of your choice.
35
+ * add the plugin content element "Blog Post Overview" to the position of your choice.
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "typo3/flow" : " >=2.0.0-beta1" ,
18
- "typo3/neos" : " >=1.0.0-alpha3" ,
17
+ "typo3/neos" : " ~2.0" ,
19
18
"robertlemke/akismet" : " ~1.0" ,
20
- "robertlemke/rss" : " dev-master "
19
+ "robertlemke/rss" : " ~1.0 "
21
20
},
22
21
"suggest" : {
23
22
"typo3/swiftmailer" : " Allows sending notification emails on new comments" ,
You can’t perform that action at this time.
0 commit comments