added fil_json_escape filter

This commit is contained in:
2021-10-21 13:42:41 +02:00
parent a327a26bd5
commit d6d5236a03
3 changed files with 18 additions and 0 deletions

View File

@@ -349,6 +349,7 @@ void Templates::CreateFunctions()
ezc_functions.Insert("fil_firstup", fil_firstup);
ezc_functions.Insert("fil_first_wordup", fil_first_wordup);
ezc_functions.Insert("fil_csv_escape", fil_csv_escape);
ezc_functions.Insert("fil_json_escape", fil_json_escape);
ezc_functions.Insert("fil_new_line_to_br", fil_new_line_to_br);
ezc_functions.Insert("fil_html_quote", fil_html_quote);
ezc_functions.Insert("fil_html_newline", fil_html_newline);