kannst du in der dcaconfig frei verschieben. Die Button-Schlüssel sind "edit_TABELLE".
Beispiel: Haupttabelle: cc_test, Kind-Tabelle: cc_kind
dcaconfig.php
Code:
if( isset($GLOBALS['TL_DCA']['cc_test']) )
{
$edit_cc_kind = $GLOBALS['TL_DCA']['cc_test']['list']['operations']['edit_cc_kind']; // edit button zwischenspeichern
unset($GLOBALS['TL_DCA']['cc_test']['list']['operations']['edit_cc_kind']); // button entfernen
\Contao\ArrayUtil::arrayInsert( $GLOBALS['TL_DCA']['cc_test']['list']['operations'],3,array('edit_cc_kind' => $edit_cc_kind) ); // button wieder einsetzen an Position 3
}

Einen Kommentar schreiben: