From d487347d50c89d1d02111ef3f780bf7275a25faf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:23:42 +0200 Subject: [PATCH] [Backport 12.4] [DOCS] Mention TCAdefaults do not apply to flexforms (#393) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Through https://forge.typo3.org/issues/102239 I noticed that flexforms are an edge-case that could be clarified here. Open to feedback for changing the wording on it. :-) --------- Co-authored-by: Garvin Hicking Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/PageTsconfig/TcaDefaults.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/PageTsconfig/TcaDefaults.rst b/Documentation/PageTsconfig/TcaDefaults.rst index cb17981a..0df91951 100644 --- a/Documentation/PageTsconfig/TcaDefaults.rst +++ b/Documentation/PageTsconfig/TcaDefaults.rst @@ -33,3 +33,7 @@ Example: # Show newly created pages by default TCAdefaults.pages.hidden = 0 + +.. note:: + `TCAdefaults` is not applied to :ref:`FlexForm ` values. These can only be addressed via + :xml:`` elements within the FlexForm data structure.