Skip to content

Commit

Permalink
[Backport 13.4] fix: display example of copyAfterDuplFields (#1201)
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: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 18, 2024
1 parent 006f508 commit b8a02e4
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 b8a02e4

Please sign in to comment.