-
Notifications
You must be signed in to change notification settings - Fork 5
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
Posibillity to override Widget Templates with own templates #123
Comments
Please provide a use case for this. |
It is possible, you can configure like any other module or plugin:
A use case might be to implement custom Widgets with their own Template. Please note that |
As @DanielSiepmann already mentioned: you can add paths to the EXT:dashboard set of paths, then they will be read by |
Hi, thanks for all the responses, i really appreciate it. cheers Ludwig |
Hi, cheers Ludwig |
Hi,
i receantly tryed to override Widget Templates with my own from a other extension.
therefor i discovered that the call for a template is sort of set in stone.
"setTemplate('Widget/"
and "fillDefaultsByPackageName('dashboard')"
please provide a solution how to make it possible to override a given template with a custom template.
thanks
best regards Ludwig
The text was updated successfully, but these errors were encountered: