TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:21 +02:00
commit be71cfa708
199 changed files with 4138 additions and 0 deletions
@@ -0,0 +1,38 @@
:navigation-title: Fluid Styled Content
.. include:: /Includes.rst.txt
.. _site-set-fluid-styled-content:
===============================
Site set "Fluid Styled Content"
===============================
.. versionadded:: 13.1
:ref:`Site sets <t3coreapi:site-sets>` have been added to the extension :composer:`typo3/cms-fluid-styled-content`.
See :ref:`include-site-set` on how to use them.
The site set "Fluid Styled Content" includes all TypoScript required to
display the :ref:`content elements <content-elements>` provided by
:composer:`typo3/cms-fluid-styled-content`.
Some settings in these content elements like image positions or space settings
require certain CSS styles. If you want to use the default CSS styles provided
by TYPO3, include :ref:`site-set-fluid-styled-content-css` in addition to this
site set.
If you depend on this site set directly instead of :ref:`site-set-fluid-styled-content-css`
you should provide the missing CSS yourself or disable all `tt_content` fields
via page TSconfig that lose their function due to missing CSS.
.. _site-set-fluid-styled-content-settings:
Settings provided by site set "Fluid Styled Content"
====================================================
These settings can be adjusted in the :ref:`settings-editor`.
.. typo3:site-set-settings:: PROJECT:/Configuration/Sets/FluidStyledContent/settings.definitions.yaml
:name: fluid-styled-content
:type:
:Label: Settings of "Fluid Styled Content"
@@ -0,0 +1,25 @@
:navigation-title: Fluid Styled Content CSS
.. include:: /Includes.rst.txt
.. _site-set-fluid-styled-content-css:
===================================
Site set "Fluid Styled Content CSS"
===================================
.. versionadded:: 13.1
:ref:`Site sets <t3coreapi:site-sets>` have been added to the extension :composer:`typo3/cms-fluid-styled-content`.
See :ref:`include-site-set` on how to use them.
This site set depends on the :ref:`site-set-fluid-styled-content`. Additionally it
includes the :confval:`_CSS_DEFAULT_STYLE <t3tsref:plugin-css-default-style>`.
The styles provided by this site set enable the display of settings in content
elements, including frame styles like `.frame-space-before-large`, styles
for headlines like `.ce-headline-center` and styles for images like
`.ce-intext.ce-left`.
If you do not depend on this site set you should provide the according CSS yourself
or disable all fields in the TCA table that lose their function due to missing
CSS styles.
@@ -0,0 +1,41 @@
.. include:: /Includes.rst.txt
.. _site-sets:
=========
Site sets
=========
.. versionadded:: 13.1
:ref:`Site sets <t3coreapi:site-sets>` have been added to the extension
:composer:`typo3/cms-fluid-styled-content`.
See :ref:`include-site-set` on how to use them.
The extension :composer:`typo3/cms-fluid-styled-content` offers two site sets
that can be included via the Site module or required by your
:ref:`site package's site set <t3sitepackage:site_set>`.
The settings provided by these sets can be adjusted in the :ref:`settings-editor`.
.. card-grid::
:columns: 1
:columns-md: 2
:gap: 4
:class: pb-4
:card-height: 100
.. card:: :ref:`"Fluid Styled Content" <site-set-fluid-styled-content>`
The site set "Fluid Styled Content" includes all TypoScript required to
display the content elements provided by `fluid_styled_content`.
.. card:: :ref:`"Fluid Styled Content CSS" <site-set-fluid-styled-content-css>`
This site set extends the :ref:`"Fluid Styled Content" <site-set-fluid-styled-content>`
site set with default CSS.
.. toctree::
:glob:
:hidden:
*