diff --git a/README.md b/README.md index eba494f..1d62ee8 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ This recipe includes `silverstripe/blog` and it's dependencies as one might expect, but also provides a set of optional functionality enabled by the presence of: -* [`silverstripe/widgets`](https://github.com/silverstripe/silverstripe-widgets): Add widgets -* [`silverstripe/content-widget`](https://github.com/silverstripe/silverstripe-content-widget): Display HTML content in a widget * [`silverstrpe/spamprotection`](https://github.com/silverstripe/silverstripe-spamprotection): Add spam protection to Silverstripe forms * [`silverstripe/akismet`](https://github.com/silverstripe/silverstripe-akismet): Use Akismet to add a simple spam filter * [`silverstripe/comments`](https://github.com/silverstripe/silverstripe-comments): Add commenting functionality for Pages and other DataObjects diff --git a/app/_config/blog.yml b/app/_config/blog.yml index 6097afb..a9e1df4 100644 --- a/app/_config/blog.yml +++ b/app/_config/blog.yml @@ -1,19 +1,3 @@ ---- -Name: mywidgetsconfig -Only: - moduleexists: - - silverstripe/blog - - silverstripe/widgets ---- -# Disable if you do not use widgets on your blog -SilverStripe\Blog\Model\Blog: - extensions: - - SilverStripe\Widgets\Extensions\WidgetPageExtension - -SilverStripe\Blog\Model\BlogPost: - extensions: - - SilverStripe\Widgets\Extensions\WidgetPageExtension - --- Name: myblogconfig Only: