avanzu / AdminThemeBundle

Admin Theme based on the AdminLTE Template for easy integration into symfony
MIT License
281 stars 149 forks source link

Set options throw service #206

Open zeldax54 opened 6 years ago

zeldax54 commented 6 years ago

Hello @shakaran i have problems with options (not load from config.yml) but find my way setting the otptions throw service

    $c=$this->get('avanzu_admin_theme.context_helper');
    $c->setOption('skin','skin-green-light');
    $c->setOption('collapsed_sidebar','true');

but only work the skin. Could you please tellme what is the correct way to do it?. Thanks for the bundle.

Symfony version 3.4.0 AdminThemeBundle dev-master

kevinpapst commented 6 years ago

See #217