desactivate specific plugin stylesheet in Symfony 1.4
I would like to desactivate one stylesheet of apostrophePlugin 1.4 to be able to overide it with my own definitions.
Do you have any tips to desactivate or at least make开发者_开发问答 it loading last?
I read something about view.yml, where I could write:
default:
stylesheets:
- a.css: {position : last}
But I don't know how to get a.css inside plugin folder...
Thanks
Try:
- Find a module in plugin where you want do exclude css
- Override it's
config
dir withview.yml
- Override
view.yml
精彩评论