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 ========