From 7af54af30553f0cf7d787991600266a856d8a52a Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Wed, 3 Jun 2015 13:47:11 +1200 Subject: [PATCH] Documented widget config --- docs/en/widgets.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/en/widgets.md b/docs/en/widgets.md index 606262d..4d77c39 100644 --- a/docs/en/widgets.md +++ b/docs/en/widgets.md @@ -2,6 +2,18 @@ The blog module comes bundled with some useful widgets. To take advantage of them, you'll need to install the [SilverStripe widgets module](https://github.com/silverstripe/silverstripe-widgets). Widgets are totally optional - so your blog will work just fine without having widgets installed. +You can enable the widgets by adding the following YML config: + +```yml +Blog: + extensions: + - WidgetPageExtension + +BlogPost: + extensions: + - WidgetPageExtension +``` + Once you have widgets installed you'll see the "Widgets" tab in the content section of your blog. ![](_images/widgets.png)