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