TYPO3CMS
9.5
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
pages.php
Go to the documentation of this file.
1
<?php
2
defined(
'TYPO3_MODE'
) or die();
3
4
// Activate t3editor for sys_template config
5
if (is_array(
$GLOBALS
['TCA']['pages']['columns']['TSconfig']['config'])) {
6
$GLOBALS
[
'TCA'
][
'pages'
][
'columns'
][
'TSconfig'
][
'config'
][
'renderType'
] =
't3editor'
;
7
$GLOBALS
[
'TCA'
][
'pages'
][
'columns'
][
'TSconfig'
][
'config'
][
'format'
] =
'typoscript'
;
8
}
$GLOBALS
$GLOBALS['TCA']['pages']['ctrl']['hideAtCopy']
Definition:
pages.php:4
doxygen
typo3
sysext
t3editor
Configuration
TCA
Overrides
pages.php
Generated on Tue Oct 5 2021 01:57:16 for TYPO3CMS by
1.8.18