unable to override dca sharebuttons_networks options
Closed this issue · 1 comments
jelomada commented
Hi!
Fields sharebuttons_networks
in your dca files have options from $GLOBALS['sharebuttons']['networks']
.
And you added that code:
$GLOBALS['sharebuttons']['networks']['pdf'] = 'create PDF';
in your language files:
fritzmg\contao-sharebuttons\system\modules\sharebuttons\languages\de\default.php
fritzmg\contao-sharebuttons\system\modules\sharebuttons\languages\en\default.php
that makes impossible to unset pdf option from $GLOBALS['sharebuttons']['networks']
in config.php
file.