Created
March 14, 2023 14:44
-
-
Save joekolade/26af4eca4a79fb04f90864f70b0b517d to your computer and use it in GitHub Desktop.
[PageTS] Basic pageTS #refactor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TCEMAIN.table.pages { | |
| disablePrependAtCopy = 1 | |
| disableHideAtCopy = 0 | |
| } | |
| TCEMAIN.table.altL { | |
| disablePrependAtCopy = 1 | |
| bodytext.RTEfullScreenWidth= 100% | |
| } | |
| #Setzen der Seitenbaumrechte per TypoScript | |
| TCEMAIN { | |
| permissions.groupid=1 | |
| permissions.user=show, editcontent, edit, delete, new | |
| permissions.group=show, editcontent, edit, delete, new | |
| permissions.everybody= | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment