How can I add all toolbar buttons, as shown in the "normal" VisualEditor?
I've tried with the hook
$wgHooks['VEForAllToolbarConfigNormal'][] = function( &$defaultConfigNormal ) {
$defaultConfigNormal[4]['include'][] = 'math';
};
, but it doesn't work.
Where can I find the corrent toolbarbutton names?