1<?php
2
3const PLUGIN_DIRECTORY = '/lib/plugins/xlsx2dw';
4
5return [
6    'buttonType'    => 'format',
7    'buttonTitle'   => '',
8    'buttonIcon'    => PLUGIN_DIRECTORY . '/images/xlsx2dw-btn-icon.png',
9    'buttonBlock'   => false,
10    'buttonOpen'    => '',
11    'buttonClose'   => '',
12    'buttonID'      => 'xlsx2dw_btn'
13];
14