From 59a3bc25dba59384905c41ae0a6ba7c1f533b5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <typo3@krue.ml> Date: Mon, 4 Sep 2023 17:32:35 +0200 Subject: [PATCH] [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/+/80839 Tested-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> --- .../form/Documentation/I/Concepts/FormEditor/Index.rst | 6 ++++-- .../Documentation/I/Concepts/FrontendRendering/Index.rst | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst index fd95118e3364..d3ee0e67a716 100644 --- a/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst +++ b/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst @@ -99,8 +99,8 @@ displays the form elements in two different modes: 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). -Per default, the frontend templates of EXT:form are based on Twitter -Bootstrap. Since the backend of TYPO3 CMS also depends on this CSS framework, +Per default, the frontend templates of EXT:form are based on `Bootstrap`_. +Since the backend of TYPO3 CMS also depends on this CSS framework, the corresponding CSS files are already loaded in the backend context. 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 @@ -118,6 +118,8 @@ till it suits your needs. 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: diff --git a/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst index a5202e0be85a..dec6f657c6d9 100644 --- a/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst +++ b/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst @@ -13,7 +13,9 @@ Frontend rendering 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: -- GitLab