Skip to content

Commit f9ecb88

Browse files
[BUGFIX] Fix getText flexform syntax (#1527)
* [BUGFIX] Fix getText flexform syntax * Remove incorrect info about flexform separator character
1 parent b12c190 commit f9ecb88

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
@@ -372,10 +372,9 @@ flexform
372372

373373
.. confval:: flexform
374374
:name: data-flexform
375-
:Syntax: flexform : [field containing flexform data].[property of this flexform]
375+
:Syntax: flexform : [field containing flexform data] : [property of this flexform]
376376

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

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

0 commit comments

Comments
 (0)