Skip to content

Commit 871d276

Browse files
[Backport 13.4] [BUGFIX] Fix getText flexform syntax (#1532)
* [BUGFIX] Fix getText flexform syntax * Remove incorrect info about flexform separator character --------- Co-authored-by: Georg Tiefenbrunn <georg.tiefenbrunn@gmail.com>
1 parent 7de99e6 commit 871d276

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/Functions/Data.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,9 @@ flexform
373373

374374
.. confval:: flexform
375375
:name: data-flexform
376-
:Syntax: flexform : [field containing flexform data].[property of this flexform]
376+
:Syntax: flexform : [field containing flexform data] : [property of this flexform]
377377

378-
Access values from :ref:`FlexForms <t3coreapi:flexforms>`, for example inside of :sql:`tt_content` record. In contrast
379-
to most parts, deeper levels are accessed through dots, not pipes.
378+
Access values from :ref:`FlexForms <t3coreapi:flexforms>`, for example inside of :sql:`tt_content` record.
380379

381380
.. _data-type-gettext-flexform-example:
382381

0 commit comments

Comments
 (0)