File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed
Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ The username Form Type
33
44FOSUserBundle provides a convenient username form type, named ``fos_user_username ``.
55It appears as a text input, accepts usernames and convert them to a User
6- instance.
7-
8- .. code-block ::
6+ instance::
97
108 class MessageFormType extends AbstractType
119 {
Original file line number Diff line number Diff line change @@ -469,21 +469,24 @@ of the bundle.
469469
470470The following documents are available:
471471
472- - :doc: `/overriding_templates `
473- - :doc: `/overriding_controllers `
474- - :doc: `/overriding_forms `
475- - :doc: `/user_manager `
476- - :doc: `/command_line_tools `
477- - :doc: `/logging_by_username_or_email `
478- - :doc: `/form_type `
479- - :doc: `/emails `
480- - :doc: `/groups `
481- - :doc: `/doctrine `
482- - :doc: `/overriding_validation `
483- - :doc: `/canonicalizer `
484- - :doc: `/custom_storage_layer `
485- - :doc: `/configuration_reference `
486- - :doc: `/adding_invitation_registration `
472+ .. toctree ::
473+ :maxdepth: 1
474+
475+ overriding_templates
476+ overriding_controllers
477+ overriding_forms
478+ user_manager
479+ command_line_tools
480+ logging_by_username_or_email
481+ form_type
482+ emails
483+ groups
484+ doctrine
485+ overriding_validation
486+ canonicalizer
487+ custom_storage_layer
488+ configuration_reference
489+ adding_invitation_registration
487490
488491.. _security component documentation : https://symfony.com/doc/current/book/security.html
489492.. _Symfony documentation : https://symfony.com/doc/current/book/translation.html
You can’t perform that action at this time.
0 commit comments