madeyourday / contao-rocksolid-slider

RockSolid Slider Contao Extension
http://rocksolidthemes.com/de/contao/plugins/responsive-slider
Other
9 stars 7 forks source link

License Warning #14

Closed Munsio closed 9 years ago

Munsio commented 9 years ago

Hi,

Is it possible to remove the background image licence warning if the fields are not allowed to edit?

Currently we got the notification even if the fields are hidden: image

image

best regards

ausi commented 9 years ago

It should be possible by adding the following line to system/config/dcaconfig.php:

$GLOBALS['TL_DCA']['tl_rocksolid_slide']['fields']['rsts_getPro']['exclude'] = true;
Munsio commented 9 years ago

alright that work - thank you