Skip to content

Commit

Permalink
fix: display example of copyAfterDuplFields
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Nov 14, 2024
1 parent f407eb1 commit d4040d6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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:

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

0 comments on commit d4040d6

Please sign in to comment.