You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ Note that this means default values need to be re-evaluated and therefore will n
34
34
Removing a template will 'orphan' existing structs, who will function as if the template still existed, though it may be impossible to access their information as the field access expression may not recognize the field names. If a new template is added with the same name, these existing structs will be updated to match the new template.
35
35
If you remove a template, you should take care to remove structs that depended on it.
36
36
37
+
**I recommend putting your templates in a separate script file, so you can limit the chances of them being accidentally modified or disabled.**
0 commit comments