Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Mar 22, 2015
1 parent be6748e commit 4efbd06
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions docs/bundles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,23 @@ Backoffice

The backoffice bundle contains the basic features of the backoffice including the form types.

- `DatePicker<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/DatePickerType.php>`_
- `EntityHidden<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/EntityHiddenType.php>`_
- `EntityMultiSelect<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/EntityMultiSelectType.php>`_
- `Fieldset<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/FieldsetType.php>`_
- `Link<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/LinkType.php>`_
- `MultiSelect<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/MultiSelectType.php>`_
- `Tree<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/TreeType.php>`_
- `Wysiwyg<https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/WysiwygType.php>`_
- `DatePicker`_
- `EntityHidden`_
- `EntityMultiSelect`_
- `Fieldset`_
- `Link`_
- `MultiSelect`_
- `Tree`_
- `Wysiwyg`_

.. _DatePicker: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/DatePickerType.php
.. _EntityHidden: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/EntityHiddenType.php
.. _EntityMultiSelect: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/EntityMultiSelectType.php
.. _Fieldset: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/FieldsetType.php
.. _Link: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/LinkType.php
.. _MultiSelect: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/MultiSelectType.php
.. _Tree: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/TreeType.php
.. _Wysiwyg: https://github.com/Clastic/BackofficeBundle/blob/master/Form/Type/WysiwygType.php

User
~~~~
Expand Down

0 comments on commit 4efbd06

Please sign in to comment.