From 813f9e389f6439bc94d007ced33179f905d7ca04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 7 Oct 2016 00:31:39 +0200 Subject: [PATCH] fixing typo in widget page --- source/development/user-interface/widgets.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/development/user-interface/widgets.rst b/source/development/user-interface/widgets.rst index 319ad3190..1ce4bc591 100644 --- a/source/development/user-interface/widgets.rst +++ b/source/development/user-interface/widgets.rst @@ -18,10 +18,9 @@ Widgets are useful if you want to publish content on a page provided by another Examples : - you want to publish a list of people on the homepage ; -- you may want to show task in the top bar, only if the bundle "task" is installed (**Note**: this bundle does not exists... yet !) - you may want to show the group belonging (see :ref:`group-bundle`) below of the vertical menu, only if the bundle is installed. -The administrator of the chill instance may configure the presence of widget. Although, some widget are defined by default (see `prepending the configuration of the bundle which define the place `_). +The administrator of the chill instance may configure the presence of widget. Although, some widget are defined by default (see :ref:`declaring-widget-by-default`). Concepts ========