-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Allowing plugins to output custom content on more places #14488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allowing plugins to output custom content on more places #14488
Conversation
@rohitp19 since this is not a bug fix it should be opened against the 6.x (feature branch). Let me look into the failing e2e tests. It seems to be an issue on the 5.2 branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tiny suggestion. Otherwise I see this very helpful for plugin developers who will be able to hook into various twig templates.
Why can't we use __context instead of mauticTemplateVars as we do in many other places?
|
972ba81
to
1ad2b02
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 6.x #14488 +/- ##
=========================================
Coverage 64.04% 64.04%
Complexity 34647 34647
=========================================
Files 2287 2287
Lines 103705 103705
=========================================
Hits 66413 66413
Misses 37292 37292 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rohitp19!
Description
needed changes to make the code extendable and to support my plugin
📋 Steps to test this PR: