You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "Jens Piegsa (JIRA)" <ji...@apache.org> on 2017/04/02 15:05:41 UTC

[jira] [Created] (FREEMARKER-49) Add Configuration.setStripText(boolean)

Jens Piegsa created FREEMARKER-49:
-------------------------------------

             Summary: Add Configuration.setStripText(boolean)
                 Key: FREEMARKER-49
                 URL: https://issues.apache.org/jira/browse/FREEMARKER-49
             Project: Apache Freemarker
          Issue Type: Improvement
            Reporter: Jens Piegsa
            Priority: Minor


The {{Configuration}} class should provide a getter/setter for the {{strip_text}} option.

Currently there does not seem to be a way to activate this option globally, you have to put this line on top of each template:

{code}
[#ftl strip_text=true /]
{code}

For sake of consistency {{Configuration.setSetting(String,String)}} may accept the keys "stripText" and "strip_text" too.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)