contao-community-alliance / contao-multicolumnwizard-bundle

Contao 4 Widget - MultiColumnWizard
GNU Lesser General Public License v3.0
12 stars 12 forks source link

Copy Button: copy.gif fehlt bei Initialisierung? #76

Closed theDyingMountain closed 4 years ago

theDyingMountain commented 4 years ago

Bei der Initialisierung des Button Arrays fehlt die Verknüpfung des copy.gif Images. Hat das einen Grund? Siehe hier


protected $arrButtons = [
        'new'    => 'new.gif',
        'delete' => 'delete.gif',
        'move'   => 'drag.gif',
+        'copy'   => 'copy.gif'
    ];
zonky2 commented 4 years ago

ja, hat einen Grund: ist noch nicht implementiert... https://github.com/menatwork/contao-multicolumnwizard-bundle/issues/18