Skip to content

Commit

Permalink
[DOCS] Fix some minor typos in Changelog
Browse files Browse the repository at this point in the history
Releases: master, 9.5
Resolves: #89717
Change-Id: I63dd1bcb540c611618d662c01e9d271f013e07e9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62286
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
  • Loading branch information
Björn Jacob authored and ervaude committed Nov 23, 2019
1 parent 6ccbe2f commit 0864472
Showing 1 changed file with 5 additions and 5 deletions.
@@ -1,8 +1,8 @@
.. include:: ../../Includes.txt

===============================================================================================
Breaking: #80412 - New shared content element TypoScript libary object for Fluid Styled Content
===============================================================================================
================================================================================================
Breaking: #80412 - New shared content element TypoScript library object for Fluid Styled Content
================================================================================================

See :issue:`80412`

Expand All @@ -18,7 +18,7 @@ The generated code relied on the existence of the removed :typoscript:`lib.stdhe
ignored layouts, frames, spacebefore, spaceafter in context of Fluid Styled Content.

For content element registration the TypoScript :typoscript:`lib.contentElement` is now used for `CSC` and `FSC`
and replaces the usage of :typoscript:`lib.contentElement`. The generated code was slightly
and replaces the usage of :typoscript:`lib.fluidContent`. The generated code was slightly
adjusted to match the requirements of all content rendering definitions and can be
adapted to the specific needs of a content element rendering definition anytime
since a reference is used now instead of a hard definition.
Expand Down Expand Up @@ -101,7 +101,7 @@ and overriding options known from FSC.
</f:section>
</html>

The TypoScript Object :typoscript:`lib.fluidContent` will be kept as copy of :typoscript:`lib.contentElement`
The TypoScript object :typoscript:`lib.fluidContent` will be kept as copy of :typoscript:`lib.contentElement`
for compatibility for the duration of TYPO3 v8 LTS and will be removed in TYPO3 v9.


Expand Down

0 comments on commit 0864472

Please sign in to comment.