Actions
Feature #46124
closedIRRE: Provide default values for created records
Start date:
2013-03-08
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Let's say you have an IRRE fields that hold's tt_content records and in this context mostly you want to use the "Image" CE.
AFAIK there is no possibility to provide default values for IRRE fields. So I'd like to introduce 'foreign_table_defaultValues' as new option for 'inline' elements:
config => array( 'type' => 'inline', 'foreign_table' => 'tt_content', 'foreign_table_defaultValues' => array( 'CType' => 'image' ), )
Actions