From 26e2b03e90d034865c71486eb606274d44af8d15 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 25 Oct 2023 18:23:02 +0200 Subject: [PATCH] [DOCS] Mention TCAdefaults do not apply to flexforms (#391) 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: 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.