0
設置'foreign_sortby'=>'datum';這個字段現在在我的編輯蒙版中缺失。有人知道爲什麼嗎?TYPO3(7.6.14)Extbase TCA:設置完後的掩碼字段丟失
TCA tx_veranstaltungen_domain_model_terminblock(1個terminblock可以有多個termine)
'termine' => array(
'exclude' => 1,
'label' => 'LLL:EXT:veranstaltungen/Resources/Private/Language/locallang_db.xlf:tx_veranstaltungen_domain_model_terminblock.termine',
'config' => array(
'type' => 'inline',
'foreign_table' => 'tx_veranstaltungen_domain_model_termin',
'foreign_field' => 'terminblock',
'foreign_sortby' => 'datum',
'maxitems' => 9999,
'appearance' => array(
'collapseAll' => 0,
'levelLinksPosition' => 'top',
'showSynchronizationLink' => 1,
'showPossibleLocalizationRecords' => 1,
'useSortable' => 1,
'showAllLocalizationLink' => 1
),
),
),