Skip to content

Commit 48bface

Browse files
committed
docs: remove script locals, #120
1 parent 023fcb9 commit 48bface

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ You have full control over the delimiters used for injecting locals, as well as
4141
| **unescapeDelimiters** | `['{{{', '}}}']` | Array containing beginning and ending delimiters for unescaped locals |
4242
| **locals** | `{}` | Object containing any local variables you want to be available inside your expressions |
4343
| **localsAttr** | `locals` | Attribute name for the tag `script` which contains ***[locals](#locals)***|
44+
| **removeScriptLocals** | `false` | Will remove tag `script` which contains ***[locals](#locals)***|
4445
| **conditionalTags** | `['if', 'elseif', 'else']` | Array containing names for tags used for `if/else if/else` statements |
4546
| **switchTags** | `['switch', 'case', 'default']` | Array containing names for tags used for `switch/case/default` statements |
4647
| **loopTags** | `['each']` | Array containing names for `for` loops |

0 commit comments

Comments
 (0)