-
Notifications
You must be signed in to change notification settings - Fork 36
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
Customize HTML templates #3
Labels
Comments
Closed
+1 |
what about something like "final:after": {
"strong-error-handler": {
"params": {
"debug": true,
"log": false,
"htmlRenderer": "$!../path/to/html-renderer",
"jsonRenderer": "$!../path/to/json-renderer",
"xmlRenderer": "$!../path/to/xml-renderer",
"jsonSerializer": "$!../path/to/json-serializer"
}
}
} |
See my attempt to roll this in: charlie-s@c2335b3 Note that the order of arguments in negotiateContentProducer seemed to be incorrect (#46) so that fix was included in this commit. |
Using the above configuration and a function like
would this help address #6 as well? |
is this ever going to be implemented? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Customize html templates in strong-error-handler, see strongloop/loopback#1650 (comment) for details.
Configuration options:
Requires #5
The text was updated successfully, but these errors were encountered: