Skip to content

Commit ec0fac6

Browse files
authored
[TASK] Use new Cards directive (#1534)
Releases: main, 13.4, 12.4
1 parent 24bf825 commit ec0fac6

File tree

1 file changed

+16
-41
lines changed

1 file changed

+16
-41
lines changed

Documentation/UsingSettingTSconfig/Index.rst

Lines changed: 16 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -16,57 +16,32 @@ TSconfig can be used in page, it is then referred to as
1616
in which case it is known as "User TSconfig".
1717

1818

19-
.. container:: row m-0 p-0
19+
.. card-grid::
20+
:columns: 1
21+
:columns-md: 2
22+
:gap: 4
23+
:class: pb-4
24+
:card-height: 100
2025

21-
.. container:: col-md-6 pl-0 pr-3 py-3 m-0
26+
.. card:: :ref:`Setting Page TSconfig <setting-page-tsconfig>`
2227

23-
.. container:: card px-0 h-100
28+
Lists different options of how to include Page TSconfig options.
2429

25-
.. rst-class:: card-header h3
2630

27-
.. rubric:: :ref:`Setting Page TSconfig <setting-page-tsconfig>`
31+
.. card:: :ref:`Setting User TSconfig <setting-user-tsconfig>`
2832

29-
.. container:: card-body
33+
Lists different options of how to include User TSconfig options.
3034

31-
Lists different options of how to include Page TSconfig options.
3235

33-
.. container:: col-md-6 pl-0 pr-3 py-3 m-0
36+
.. card:: :ref:`Conditions <conditions>`
3437

35-
.. container:: card px-0 h-100
38+
Explains how Conditions can be used in TSconfig of both user and
39+
page.
3640

37-
.. rst-class:: card-header h3
41+
.. card:: :ref:`PHP API <phpapi>`
3842

39-
.. rubric:: :ref:`Setting User TSconfig <setting-user-tsconfig>`
40-
41-
.. container:: card-body
42-
43-
Lists different options of how to include User TSconfig options.
44-
45-
.. container:: col-md-6 pl-0 pr-3 py-3 m-0
46-
47-
.. container:: card px-0 h-100
48-
49-
.. rst-class:: card-header h3
50-
51-
.. rubric:: :ref:`Conditions <conditions>`
52-
53-
.. container:: card-body
54-
55-
Explains how Conditions can be used in TSconfig of both user and
56-
page.
57-
58-
.. container:: col-md-6 pl-0 pr-3 py-3 m-0
59-
60-
.. container:: card px-0 h-100
61-
62-
.. rst-class:: card-header h3
63-
64-
.. rubric:: :ref:`PHP API <phpapi>`
65-
66-
.. container:: card-body
67-
68-
Explains how TSconfig can be retrieved from and used
69-
within the PHP code of backend modules.
43+
Explains how TSconfig can be retrieved from and used
44+
within the PHP code of backend modules.
7045

7146
.. toctree::
7247
:titlesonly:

0 commit comments

Comments
 (0)