mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Fixed cms version
This commit is contained in:
parent
1344838d5d
commit
64b3b4341f
@ -58,3 +58,5 @@ Config::inst()->update("BlogPost", "show_in_sitetree", true);
|
|||||||
Doing this will remove the GridField & result in a normal behaving SiteTree.
|
Doing this will remove the GridField & result in a normal behaving SiteTree.
|
||||||
|
|
||||||
|
|
||||||
|
## Theme
|
||||||
|
You can download a blog sub-theme of the Silverstripe's default 'Simple' theme: https://github.com/micmania1/simple_blog
|
@ -4,7 +4,7 @@
|
|||||||
"keywords": ["silverstripe", "blog", "news"],
|
"keywords": ["silverstripe", "blog", "news"],
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/cms": ">=3.1.*"
|
"silverstripe/cms": ">=3.1.x-dev"
|
||||||
},
|
},
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
Loading…
Reference in New Issue
Block a user