File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ You have full control over the delimiters used for injecting locals, as well as
41
41
| ** unescapeDelimiters** | ` ['{{{', '}}}'] ` | Array containing beginning and ending delimiters for unescaped locals |
42
42
| ** locals** | ` {} ` | Object containing any local variables you want to be available inside your expressions |
43
43
| ** localsAttr** | ` locals ` | Attribute name for the tag ` script ` which contains *** [ locals] ( #locals ) *** |
44
+ | ** removeScriptLocals** | ` false ` | Will remove tag ` script ` which contains *** [ locals] ( #locals ) *** |
44
45
| ** conditionalTags** | ` ['if', 'elseif', 'else'] ` | Array containing names for tags used for ` if/else if/else ` statements |
45
46
| ** switchTags** | ` ['switch', 'case', 'default'] ` | Array containing names for tags used for ` switch/case/default ` statements |
46
47
| ** loopTags** | ` ['each'] ` | Array containing names for ` for ` loops |
You can’t perform that action at this time.
0 commit comments