开发者

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:

  1. Find a module in plugin where you want do exclude css
  2. Override it's config dir with view.yml
  3. Override view.yml
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜