[TYPO3-dev] Constant Editor and EM in 4.2

Jeff Segars jsegars at alumni.rice.edu
Mon Mar 17 16:35:08 CET 2008


Steffen Kamper wrote:
>  "Francois Suter" <fsuter at cobweb.ch> schrieb im Newsbeitrag 
>  news:mailman.1.1205766905.24384.typo3-dev at lists.netfielders.de...
>>   Hi all,

>>   There's something I can't remember since testing Jeff's original
>> work on  the Constant Editor. Wasn't the new system supposed to work
>> also inside  the EM when editing an extension's configuration?
>> Doesn't it use the same  engine?

>  Hi Francois,

>  nope - EM and template modul are different modules.

>  vg  Steffen 


It *could* be made to work inside the EM fairly easily. The same
underlying code is used to generate the Constant Editor style
interface and there's one variable that can be set to determine if
checkboxes / new-style UI is used or if the input boxes are show by
default.

If I remember correctly, its
t3lib_tsStyleConfig->ext_dontCheckIssetValues. We'd also need to make
sure the appropriate JS is included too.  Offhand, the main issue that
comes to mind is make sure that the default EXT_CONF values are set
even if a user doesn't change any values.

Should this be enabled for the EM?






More information about the TYPO3-dev mailing list