Hide the copy and hidden after copying and pasting pages.
The copy / paste function is often used when creating new websites. TYPO3 inserts (copy) there and hides it.
This also makes sense in the live system, but not in the development and migration period.
Root page / Page properties / Resources:
Seiten TCEMAIN.table.tt_content { disablePrependAtCopy = 1 disableHideAtCopy = 1 } Inhaltselemente TCEMAIN.table.pages { # Pages will *not* have "(copy)" appended: disablePrependAtCopy = 1 # Pages will *not* be hidden upon copy: disableHideAtCopy = 1 }
©2025 DbjE
Legal information