⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (405 Bytes)
Bug #17122
» ext_tables.php
Christian Weiske
, 2013-02-01 11:52
<?php
if
(
!
defined
(
'TYPO3_MODE'
))
{
die
(
'Access denied.'
);
}
t3lib_extMgm
::
addPlugin
(
array
(
'Flexformtest'
,
$_EXTKEY
.
'_pi1'
,
t3lib_extMgm
::
extRelPath
(
$_EXTKEY
)
.
'ext_icon.gif'
),
'list_type'
);
$TCA
[
'tt_content'
][
'types'
][
'list'
][
'subtypes_addlist'
][
$_EXTKEY
.
'_pi1'
]
=
'pi_flexform'
;
t3lib_extMgm
::
addPiFlexFormValue
(
$_EXTKEY
.
'_pi1'
,
'FILE:EXT:flexformtest/flexform_pi1.xml'
);
?>
« Previous
1
2
3
Next »
(2-2/3)
Loading...