We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ability to override the default report templates.
Add a templates/local/ directory or a local/templates/ directory that will take precedence when rendering templates.
Add this directory to .gitignore
The text was updated successfully, but these errors were encountered:
Now, it first looks in templates/local/ and then templates/ for a template file. Also, moved all template loading logic to a getTemplate method
Sorry, something went wrong.
jdorn
No branches or pull requests
Ability to override the default report templates.
Add a templates/local/ directory or a local/templates/ directory that will take precedence when rendering templates.
Add this directory to .gitignore
The text was updated successfully, but these errors were encountered: