'description' => array(
'exclude' => 1,
'label' => 'LLL:EXT:ext_product/Resources/Private/Language/locallang_db.xlf:tx_extproduct_domain_model_product.description',
'config' => array(
'type' => 'inline',
'foreign_table' => 'tt_content',
'minitems' => 0,
'maxitems' => 999,
'appearance' => array(
'collapseAll' => 1,
'expandSingle' => 1,
'levelLinksPosition' => 'bottom',
'useSortable' => 1,
'showPossibleLocalizationRecords' => 1,
'showRemovedLocalizationRecords' => 1,
'showAllLocalizationLink' => 1,
//'showSynchronizationLink' => 1,
'enabledControls' => array(
'info' => FALSE,
)
)
)
),