Skip to content

Commit

Permalink
API Remove widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 19, 2024
1 parent 99b1d46 commit dc27f8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 0 additions & 16 deletions app/_config/blog.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit dc27f8f

Please sign in to comment.