开发者

How to enable escaping in symfony 1.4 application with Apostrophe plugin?

开发者 https://www.devze.com 2023-01-29 21:05 出处:网络
In our application we need to enable escaping. But is there some way to enable escaping in whole application, excep开发者_JAVA百科t Apostrophe modules?Apostrophe 1.5 is compatible with the Symfony def

In our application we need to enable escaping. But is there some way to enable escaping in whole application, excep开发者_JAVA百科t Apostrophe modules?


Apostrophe 1.5 is compatible with the Symfony default escaping strategy..

settings.yml

all:
  .settings:
    escaping_strategy: true
    escaping_method: ESC_SPECIALCHARS
0

精彩评论

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