Skip to content

Commit 0afbfa1

Browse files
committed
[Reference] Reorder and group hidden toctrees
1 parent 294bffc commit 0afbfa1

File tree

2 files changed

+29
-22
lines changed

2 files changed

+29
-22
lines changed

reference/forms/types.rst

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,41 @@ Form Types Reference
88
:maxdepth: 1
99
:hidden:
1010

11-
types/birthday
12-
types/checkbox
13-
types/choice
14-
types/collection
15-
types/country
16-
types/date
17-
types/datetime
11+
types/text
12+
types/textarea
1813
types/email
19-
types/entity
20-
types/file
21-
types/field
22-
types/form
23-
types/hidden
2414
types/integer
25-
types/language
26-
types/locale
2715
types/money
2816
types/number
2917
types/password
3018
types/percent
31-
types/radio
32-
types/repeated
3319
types/search
34-
types/text
35-
types/textarea
36-
types/time
37-
types/timezone
3820
types/url
3921

22+
types/choice
23+
types/entity
24+
types/country
25+
types/language
26+
types/locale
27+
types/timezone
28+
29+
types/date
30+
types/datetime
31+
types/time
32+
types/birthday
33+
34+
types/checkbox
35+
types/file
36+
types/radio
37+
38+
types/collection
39+
types/repeated
40+
41+
types/hidden
42+
43+
types/field
44+
types/form
45+
4046
A form is composed of *fields*, each of which are built with the help of
4147
a field *type* (e.g. a ``text`` type, ``choice`` type, etc). Symfony2 comes
4248
standard with a large list of field types that can be used in your application.

reference/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@ Reference Documents
55
:hidden:
66

77
configuration/framework
8-
configuration/assetic
98
configuration/doctrine
109
configuration/security
10+
configuration/assetic
1111
configuration/swiftmailer
1212
configuration/twig
1313
configuration/monolog
1414
configuration/web_profiler
15+
1516
configuration/kernel
1617

1718
forms/types
19+
constraints
1820
forms/twig_reference
1921

2022
twig_reference
2123

22-
constraints
2324
dic_tags
2425
requirements
2526

0 commit comments

Comments
 (0)