Bug #17469 ยป bug_5957.diff
t3lib/class.t3lib_extmgm.php (Arbeitskopie) | ||
---|---|---|
/**
|
||
* Adds $content to the default Page TSconfig as set in $TYPO3_CONF_VARS[BE]['defaultPageTSconfig']
|
||
* Prefixed with a [GLOBAL] line
|
||
* FOR USE IN ext_tables.php/ext_locallang.php FILES
|
||
* FOR USE IN ext_tables.php/ext_localconf.php FILES
|
||
* Usage: 5
|
||
*
|
||
* @param string Page TSconfig content
|
||
... | ... | |
/**
|
||
* Adds $content to the default User TSconfig as set in $TYPO3_CONF_VARS[BE]['defaultUserTSconfig']
|
||
* Prefixed with a [GLOBAL] line
|
||
* FOR USE IN ext_tables.php/ext_locallang.php FILES
|
||
* FOR USE IN ext_tables.php/ext_localconf.php FILES
|
||
* Usage: 3
|
||
*
|
||
* @param string User TSconfig content
|
||
... | ... | |
* "header_layout" - an additional header type (added to the selection of layout1-5)
|
||
* "includeLib" - just includes the library for manual use somewhere in TypoScript.
|
||
* (Remember that your $type definition should correspond to the column/items array in $TCA[tt_content] where you added the selector item for the element! See addPlugin() function)
|
||
* FOR USE IN ext_locallang.php FILES
|
||
* FOR USE IN ext_localconf.php FILES
|
||
* Usage: 2
|
||
*
|
||
* @param string $key is the extension key
|
||
... | ... | |
/**
|
||
* Call this method to add an entry in the static template list found in sys_templates
|
||
* "static template files" are the modern equalent (provided from extensions) to the traditional records in "static_templates"
|
||
* FOR USE IN ext_locallang.php FILES
|
||
* FOR USE IN ext_localconf.php FILES
|
||
* Usage: 3
|
||
*
|
||
* @param string $extKey is of course the extension key
|
||
... | ... | |
/**
|
||
* Adds $content to the default TypoScript setup code as set in $TYPO3_CONF_VARS[FE]['defaultTypoScript_setup']
|
||
* Prefixed with a [GLOBAL] line
|
||
* FOR USE IN ext_locallang.php FILES
|
||
* FOR USE IN ext_localconf.php FILES
|
||
* Usage: 6
|
||
*
|
||
* @param string TypoScript Setup string
|
||
... | ... | |
/**
|
||
* Adds $content to the default TypoScript constants code as set in $TYPO3_CONF_VARS[FE]['defaultTypoScript_constants']
|
||
* Prefixed with a [GLOBAL] line
|
||
* FOR USE IN ext_locallang.php FILES
|
||
* FOR USE IN ext_localconf.php FILES
|
||
* Usage: 0
|
||
*
|
||
* @param string TypoScript Constants string
|
||
... | ... | |
/**
|
||
* Adds $content to the default TypoScript code for either setup, constants or editorcfg as set in $TYPO3_CONF_VARS[FE]['defaultTypoScript_*']
|
||
* (Basically this function can do the same as addTypoScriptSetup and addTypoScriptConstants - just with a little more hazzle, but also with some more options!)
|
||
* FOR USE IN ext_locallang.php FILES
|
||
* FOR USE IN ext_localconf.php FILES
|
||
* Usage: 7
|
||
*
|
||
* @param string $key is the extension key (informative only).
|