Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TYPO3 remove "copy 1" text

Tags:

typo3

I use TYPO3 version 8.7.10. I am trying to remove "copy 1" text when I copy the content.

I have tried:

TCEMAIN.table.pages {
    disablePrependAtCopy = 1
    disableHideAtCopy = 1
}

TCEMAIN.table.tt_content {
    disablePrependAtCopy = 1
    disableHideAtCopy = 1
}

Not successfully

like image 810
Mikael Avatar asked May 02 '18 07:05

Mikael


1 Answers

Did you enter those values to Typoscript-Setup or the Page TSConfig of the Root Page? It belongs to the TSConfig in the page configuration.

like image 104
Paul Beck Avatar answered Dec 11 '22 14:12

Paul Beck