Skip to content

Commit

Permalink
fix: display example of copyAfterDuplFields (#1193)
Browse files Browse the repository at this point in the history
* fix: display example of copyAfterDuplFields

* Update Documentation/Ctrl/_Properties/_CopyAfterDuplFields.rst.txt

---------

Co-authored-by: Lina Wolf <[email protected]>
  • Loading branch information
brotkrueml and linawolf authored Nov 18, 2024
1 parent 0a3519a commit 8a932be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documentation/Ctrl/_Properties/_CopyAfterDuplFields.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
from the "previous" record transferred when they are *copied* to the
position *after* another record from same table.

.. rubric:: Example from `tt_content` table::
.. rubric:: Example from `tt_content` table:

.. code-block: php
'ctrl' => [
'copyAfterDuplFields' => 'colPos, sys_language_uid',
...
// ...
],

0 comments on commit 8a932be

Please sign in to comment.