Go to the source code of this file.
Variables | |
| $_EXTCONF = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['felogin']) | |
| $TCA ['tt_content']['types']['login']['showitem'] | |
| $tempColumns | |
| $tempColumns | |
| $_EXTCONF = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['felogin']) |
Definition at line 3 of file ext_tables.php.
| $TCA['tt_content']['types']['login']['showitem'] |
Initial value:
'CType;;4;;1-1-1, hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3,
--div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.14, pi_flexform;;;;1-1-1,
--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group'
Definition at line 15 of file ext_tables.php.
| $tempColumns |
Initial value:
array (
"felogin_redirectPid" => array (
"exclude" => 1,
"label" => "LLL:EXT:felogin/locallang_db.xml:felogin_redirectPid",
"config" => array (
"type" => "group",
"internal_type" => "db",
"allowed" => "pages",
"size" => 1,
"minitems" => 0,
"maxitems" => 1,
)
),
'felogin_forgotHash' => array (
'exclude' => 1,
'label' => 'LLL:EXT:felogin/locallang_db.xml:felogin_forgotHash',
'config' => array (
'type' => 'passthrough',
)
),
)
Definition at line 40 of file ext_tables.php.
| $tempColumns |
Initial value:
array(
'felogin_redirectPid' => array(
'exclude' => 1,
'label' => 'LLL:EXT:felogin/locallang_db.xml:felogin_redirectPid',
'config' => array(
'type' => 'group',
'internal_type' => 'db',
'allowed' => 'pages',
'size' => 1,
'minitems' => 0,
'maxitems' => 1,
)
),
)
Definition at line 20 of file ext_tables.php.
1.4.7