diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97816-TypoScriptSyntaxChanges.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97816-TypoScriptSyntaxChanges.rst index 322f41b10e42..dc1affdfc165 100644 --- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97816-TypoScriptSyntaxChanges.rst +++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97816-TypoScriptSyntaxChanges.rst @@ -40,7 +40,7 @@ Streamlined constants usage It has never been fully documented in which context "constants" :typoscript:`{$foo}` shall be used and which exact capabilities they have. The main TypoScript constants -documentation within the :ref:`TypoScript Reference ` was partially +documentation within the :ref:`TypoScript Reference ` was partially outdated, and the :ref:`TSconfig documentation ` claimed TSconfig is not constants aware at all, which isn't fully the case anymore. Let's sort out some details: diff --git a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99047-LoadSiteSettingsFromSeparateSettingsyaml.rst b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99047-LoadSiteSettingsFromSeparateSettingsyaml.rst index fe8dcea07085..bf0cd556a508 100644 --- a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99047-LoadSiteSettingsFromSeparateSettingsyaml.rst +++ b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99047-LoadSiteSettingsFromSeparateSettingsyaml.rst @@ -24,7 +24,7 @@ copied to a separate :file:`settings.yaml` file in the site configuration folder A migration wizard is provided as upgrade wizard to migrate settings into the new file. -.. info:: +.. note:: Settings are not removed from the :file:`config.yaml` for now but will not have any effect anymore as soon as a :file:`settings.yaml` exists.