Skip to content
Snippets Groups Projects
Commit 068bb7d9 authored by Chris Müller's avatar Chris Müller Committed by Georg Ringer
Browse files

[DOCS] Use "Bootstrap" instead of "Twitter Bootstrap" in EXT:form documentation

Twitter made the CSS framework Open Source in 2011, since then it is called only "Bootstrap".

Resolves: #101840
Releases: main, 12.4, 11.5
Change-Id: I05c7d9ce3a197cb61058a5582918935d6720e371
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80838


Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent a162a045
Branches
Tags
No related merge requests found
...@@ -93,8 +93,8 @@ displays the form elements in two different modes: ...@@ -93,8 +93,8 @@ displays the form elements in two different modes:
the frontend ('nearly' since you have to make sure that your frontend CSS the frontend ('nearly' since you have to make sure that your frontend CSS
is also loaded in the backend in order to get the exact preview). is also loaded in the backend in order to get the exact preview).
Per default, the frontend templates of EXT:form are based on Twitter Per default, the frontend templates of EXT:form are based on `Bootstrap`_.
Bootstrap. Since the backend of TYPO3 CMS also depends on this CSS framework, Since the backend of TYPO3 CMS also depends on this CSS framework,
the corresponding CSS files are already loaded in the backend context. the corresponding CSS files are already loaded in the backend context.
Nevertheless, certain parts of the CSS were overridden and extended in order Nevertheless, certain parts of the CSS were overridden and extended in order
to meet the specific needs of the TYPO3 backend. Thus, the frontend preview to meet the specific needs of the TYPO3 backend. Thus, the frontend preview
...@@ -112,6 +112,8 @@ till it suits your needs. ...@@ -112,6 +112,8 @@ till it suits your needs.
For more information, read the following chapter: ':ref:`Common abstract view form element templates<apireference-formeditor-stage-commonabstractformelementtemplates>`'. For more information, read the following chapter: ':ref:`Common abstract view form element templates<apireference-formeditor-stage-commonabstractformelementtemplates>`'.
.. _Bootstrap: https://getbootstrap.com/
.. _concepts-formeditor-inspector: .. _concepts-formeditor-inspector:
......
...@@ -13,7 +13,9 @@ Frontend rendering ...@@ -13,7 +13,9 @@ Frontend rendering
Templates Templates
========= =========
The Fluid templates of the form framework are based on Twitter Bootstrap. The Fluid templates of the form framework are based on `Bootstrap`_.
.. _Bootstrap: https://getbootstrap.com/
.. _concepts-frontendrendering-templates-customtemplates: .. _concepts-frontendrendering-templates-customtemplates:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment