From f21477adc141ae222e5496b750746b40c5c1055e Mon Sep 17 00:00:00 2001 From: Davin Thiemann Date: Tue, 29 Oct 2024 09:26:37 +0100 Subject: [PATCH] Clarify TCEFORM structure While reading the documentation for the first time, we noticed that it might be easier to understand if it is the same structure. --- Documentation/PageTsconfig/TceForm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/TceForm.rst b/Documentation/PageTsconfig/TceForm.rst index c408024..55d2237 100644 --- a/Documentation/PageTsconfig/TceForm.rst +++ b/Documentation/PageTsconfig/TceForm.rst @@ -29,7 +29,7 @@ apply. In general, a more specific property path overrides a less specific one: Some properties apply to single fields, those can be usually set per table or per table and record type. This leads to the property paths `TCEFORM.[tableName].[fieldName].[propertyName]` to configure the field for all types -and `TCEFORM.[tableName].[fieldName].types.[typeName]` to configure a field for a specific +and `TCEFORM.[tableName].[fieldName].types.[typeName].[propertyName]` to configure a field for a specific type, see the :ref:`TCA type section ` for details on types. While all that property path munging looks messy at first, it should become more