-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Migrate deprecated card container
releases: main, 13.4, 12.4
- Loading branch information
1 parent
e7bd60e
commit d4063b3
Showing
6 changed files
with
202 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,47 @@ | ||
.. include:: /Includes.rst.txt | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _concepts: | ||
.. _concepts: | ||
|
||
======== | ||
Concepts | ||
======== | ||
|
||
The following concepts are of interest: | ||
|
||
.. container:: row m-0 p-0 | ||
|
||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
.. card-grid:: | ||
:columns: 1 | ||
:columns-md: 2 | ||
:gap: 4 | ||
:class: pb-4 | ||
:card-height: 100 | ||
|
||
.. container:: card px-0 h-100 | ||
.. card:: :ref:`Cache<cache>` | ||
|
||
.. rst-class:: card-header h3 | ||
A beginners guide to browser caching and managing TYPO3's cache. | ||
|
||
.. rubric:: :ref:`Cache<cache>` | ||
|
||
.. container:: card-body | ||
.. card:: :ref:`File Abstraction Layer<fal>` | ||
|
||
A beginners guide to browser caching and managing TYPO3's cache. | ||
Information about TYPO3's File Abstraction Layer (FAL) and how editors can modify meta data for individual files. | ||
|
||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
|
||
.. container:: card px-0 h-100 | ||
.. card:: :ref:`Accessibility<accessibility>` | ||
|
||
.. rst-class:: card-header h3 | ||
An introduction to writing accessible content with links to third party resources. | ||
|
||
.. rubric:: :ref:`File Abstraction Layer<fal>` | ||
|
||
.. container:: card-body | ||
.. card:: :ref:`Copyright<copyright>` | ||
|
||
Information about TYPO3's File Abstraction Layer (FAL) and how editors can modify meta data for individual files. | ||
Information on copyright and data privacy. | ||
|
||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
|
||
.. container:: card px-0 h-100 | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:titlesonly: | ||
:hidden: | ||
|
||
.. rst-class:: card-header h3 | ||
|
||
.. rubric:: :ref:`Accessibility<accessibility>` | ||
|
||
.. container:: card-body | ||
|
||
An introduction to writing accessible content with links to third party resources. | ||
|
||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
|
||
.. container:: card px-0 h-100 | ||
|
||
.. rst-class:: card-header h3 | ||
|
||
.. rubric:: :ref:`Copyright<copyright>` | ||
|
||
.. container:: card-body | ||
|
||
Information on copyright and data privacy. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:titlesonly: | ||
:hidden: | ||
|
||
Cache | ||
FileAbstractionLayer | ||
Accessibility | ||
Copyright | ||
Cache | ||
FileAbstractionLayer | ||
Accessibility | ||
Copyright |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.