-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The Prototype Kit includes a "Templates" page when run in development mode that allows the designer to create pages from templates exposed by plugins, or to view them before creating them.
In testing we observed designers using the View feature, but in our plugin viewing templates doesn't work. This is because macros defined in plugin code don't get exported to template viewing but they do in pages.
We can redefine some of our exported functions as pure macros, but not all of them due to limitations with Nunjucks. So we need to come up with some way to get functions loaded during template viewing (including possibly submitting a patch to the Prototype Kit).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working