fritzmg / contao-sharebuttons

Simple extension to provide share buttons as a module and content element in Contao
GNU Lesser General Public License v3.0
18 stars 2 forks source link

unable to override dca sharebuttons_networks options #47

Closed jelomada closed 3 years ago

jelomada commented 4 years ago

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.

fritzmg commented 3 years ago

Fixed in 342595b.