File tree 3 files changed +30
-4
lines changed
Documentation-rendertest/Directives
packages/typo3-docs-theme
3 files changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,22 @@ Directory tree
30
30
Directory tree with links
31
31
=========================
32
32
33
+ .. directory-tree ::
34
+ :level: 2
35
+ :show-file-icons: true
36
+
37
+ * :doc: `Directory tree </Directives/directoryTree#directory-tree >`
38
+
39
+ * Layouts
40
+
41
+ * :doc: `Directory tree </Directives/directoryTree#directory-tree >`
42
+ * :doc: `Directory tree </Directives/directoryTree#directory-tree >`
43
+
44
+ * Pages
45
+
46
+ * :doc: `Directory tree </Directives/directoryTree#directory-tree >`
47
+ * :doc: `Directory tree </Directives/directoryTree#directory-tree >`
48
+
33
49
Directory structure of a typo3 extension
34
50
========================================
35
51
Original file line number Diff line number Diff line change 1
1
.directory-tree {
2
2
ul {
3
3
margin-bottom : 0 ;
4
+ padding-left : 0 ;
5
+ ul {
6
+ padding-left : 1.5em ;
7
+ }
4
8
list-style : none ;
5
9
li {
6
10
margin-bottom : 0 ;
12
16
text-decoration : none ;
13
17
.icon ::before {
14
18
font-family : ' Font Awesome 6 Free' ;
15
- content : " \f0fe " ;
19
+ content : " \f146 " ;
16
20
}
17
21
18
22
& .collapsed {
19
23
.icon ::before {
20
- content : " \f146 " ;
24
+ content : " \f0fe " ;
21
25
}
22
26
}
23
27
}
34
38
font-family : var (--bs-body-font-family );
35
39
line-height : var (--bs-body-line-height );
36
40
font-size : 1.1rem ;
41
+ padding : 0 ;
37
42
& ::before {
38
43
width : 1.5em ;
39
44
font-family : ' Font Awesome 6 Free' ;
Original file line number Diff line number Diff line change @@ -23998,8 +23998,12 @@ dl.command .command-arguments section {
23998
23998
23999
23999
.directory-tree ul {
24000
24000
margin-bottom : 0 ;
24001
+ padding-left : 0 ;
24001
24002
list-style : none;
24002
24003
}
24004
+ .directory-tree ul ul {
24005
+ padding-left : 1.5em ;
24006
+ }
24003
24007
.directory-tree ul li {
24004
24008
margin-bottom : 0 ;
24005
24009
}
@@ -24011,10 +24015,10 @@ dl.command .command-arguments section {
24011
24015
}
24012
24016
.directory-tree ul li .content .toggle a [data-bs-toggle = collapse ] .icon ::before {
24013
24017
font-family : "Font Awesome 6 Free" ;
24014
- content : "\f0fe " ;
24018
+ content : "\f146 " ;
24015
24019
}
24016
24020
.directory-tree ul li .content .toggle a [data-bs-toggle = collapse ].collapsed .icon ::before {
24017
- content : "\f146 " ;
24021
+ content : "\f0fe " ;
24018
24022
}
24019
24023
.directory-tree ul li .content .no-toggle {
24020
24024
width : 1.5em ;
@@ -24027,6 +24031,7 @@ dl.command .command-arguments section {
24027
24031
font-family : var (--bs-body-font-family );
24028
24032
line-height : var (--bs-body-line-height );
24029
24033
font-size : 1.1rem ;
24034
+ padding : 0 ;
24030
24035
}
24031
24036
.directory-tree ul li .content .label code .file ::before , .directory-tree ul li .content .label code .path ::before {
24032
24037
width : 1.5em ;
You can’t perform that action at this time.
0 commit comments