[TYPO3-core] RFC: Bug #1635: Add page TSconfig via user TSconfig

Wolfgang Klinger wolfgang at stufenlos.net
Mon Feb 27 21:22:38 CET 2006


 *hiya!*

 On Mon, 27 Feb 2006, Sebastian Kurfuerst wrote the following:
> 
>     * introduce the user TSconfig property "options.pageTSconfig".
>       Inside, it is possible to define every page TSconfig property.
>       Implemented in attached patch.
> 
> 
> It would be nice if this could go into 4.0, as it is pretty easy and
> obvious.

 Please change
----
if ($userTSconfig)
----
 to
----
if (is_array($userTSconfig))
----
 before passing it to array_merge_recursive_overrule()


 +1 then


 bye
 Wolfgang




More information about the TYPO3-team-core mailing list