[TYPO3-dev] How to reconfigure existing config in types

Steffen Kamper info at sk-typo3.de
Wed Oct 6 12:25:46 CEST 2010


Hi,

it seems that this isn't possible yet. but it should imho, so we can use 
existing fields with different config instead of adding unnecessary 
fields again and again.

Instead of using specConfig as i suggest in the first post it might be 
better to use something like this:

'anyField' = array(
	'exclude' => 0,
	'label' => 'any_label',
	'originalField' => 'field1' // <- this means you define an alias field 
but storage in DB will use field1
	'config' => array (..),
)

vg Steffen




More information about the TYPO3-dev mailing list