I would like to insert a new specific content element as an inline element. The foreign table would be tt_content.
If I do that I am getting all the options (ctype drop down, etc.)
Is it possible have a content element (ctype) preselected and prevent the user from changing that in the inline editing?
'children' => [
'exclude' => 0,
'label' => 'LLL:Label',
'config' => [
'type' => 'inline',
'foreign_table' => 'tt_content',
'foreign_field' => 'parent'
]
],