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
Currently, if a dynamic snippet is used without {snippet} or {snippetArea} parent, an exception is thrown. However, such behavior disables using dynamic snippets through define blocks, etc.
Or we could entirely remove that check. It was primary needed for this (for the $parent variable), but now, dynamic = true parameter is not used anymore.
dg
added a commit
that referenced
this issue
Nov 16, 2020
Currently, if a dynamic snippet is used without {snippet} or {snippetArea} parent, an exception is thrown. However, such behavior disables using dynamic snippets through define blocks, etc.
This check could be moved into Runtime or more complex check could be implemented, but this could be pretty difficult.
The text was updated successfully, but these errors were encountered: