Closed outofcontrol closed 7 years ago
Yes the short syntax will no longer work in EE's own child templates in latest EE 3 (still works in Stash templates), but you can get this working by prepending with {exp:
:
{exp:stash:embed:my_embed}
Strangely enough, this appears to work now in the latest EE with just {stash:embed}
. Tested by creating 3 templates: test, test2 and test3. Put the {stash:embed} in test, then included test in test2 and test2 in test3 using just normal EE embeds. Page loaded fine. No, process="start" was used.
Interesting, thanks!
In EE2 it was possible to add
{stash:embed}
tags to templates that were called by other templates, and they would be parsed without trouble. In EE3 this results in the{stash:embed}
tag simply being passed along unparsed. I haveprocess="start"
param set.