Skip to content

Commit

Permalink
DOC Remove widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 19, 2024
1 parent b479732 commit 4c5136f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions en/00_Getting_Started/05_Recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ Silverstripe CMS is powered by a system of components in the form of Composer pa

By design, modules tend to be small and serve a specific function. You may need to combine many modules to achieve a wider goal.

For example, the [`silverstripe/blog`](https://github.com/silverstripe/silverstripe-blog) module by itself simply allows you to create blog posts. It does not include all the features you could want in a blog, like a comment system or widgets to display related content.
For example, the [`silverstripe/blog`](https://github.com/silverstripe/silverstripe-blog) module by itself simply allows you to create blog posts. It does not include all the features you could want in a blog, like a comment system to display related content.

The [`silverstripe/recipe-blog`](https://github.com/silverstripe/recipe-blog) recipe installs `silverstripe/blog` module, but also:

- [`silverstripe/widgets`](https://github.com/silverstripe/silverstripe-widgets) and [`silverstripe/content-widget`](https://github.com/silverstripe/silverstripe-content-widget) to display widgets
- [`silverstripe/comments`](https://github.com/silverstripe/silverstripe-comments) and [`silverstripe/comment-notifications`](https://github.com/silverstripe/comment-notifications) to allow the management of comments on blog post
- [`silverstripe/spamprotection`](https://github.com/silverstripe/silverstripe-spamprotection) to provide basic SPAM protection on comments.

Expand Down
3 changes: 1 addition & 2 deletions en/02_Developer_Guides/05_Extending/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ icon: code
# Extending Silverstripe CMS

No two applications are ever going to be the same and Silverstripe CMS is built with this in mind. The core framework
includes common functionality and default behaviors easily complemented with add-ons such as modules, widgets and
themes.
includes common functionality and default behaviors easily complemented with add-ons such as modules, and themes.

Silverstripe CMS includes a myriad of extension API's such as *Extension Hooks* and support for programming patterns
such as *Dependency Injection*. Allowing developers to tailor the framework to their needs without modifying the core
Expand Down

0 comments on commit 4c5136f

Please sign in to comment.