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
One of the plugins I was hoping to integrate uses an event to know when to set some template variables. I assume other plugins will want similar features. Will events be added which will allow for stuff like this?
The text was updated successfully, but these errors were encountered:
Events will be added on a request basis. If you decide to request an event, please add where it should be added, what purpose it serves, and what variables you would want to have passed in the event.
The one that would be useful (at least for me) is just a generic event run on the portal page. The plugin I'm working with uses 'core.index_modify_page_title' to generate a csrf token and grab a few other useful things, and it'd be nice to do something similar on the portal.
Looking at how modules work, I don't think the event I mentioned above is really needed. I don't have any events I need so you're welcome to close this if you want.
One of the plugins I was hoping to integrate uses an event to know when to set some template variables. I assume other plugins will want similar features. Will events be added which will allow for stuff like this?
The text was updated successfully, but these errors were encountered: