-
Notifications
You must be signed in to change notification settings - Fork 12
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
Is it possible to pass extra handlebar props to error_template.html? #19
Comments
@naazy good question! which other properties/values would you like to be able to define / pass in? |
@nelsonic Ideally we want the flexibility to add any props to the default handlebar props. We would mainly be using it to pass the user's email address and name to our header partial and also relevant menu items. |
@naazy ok, cool. sounds like we can evolve the plugin and make it more general-purpose (and thus more useful to other people in the process) My reading of the
|
@naazy sweet! if we |
I believe I have now got this to work but have somehow managed to break the redirect tests (should probably not have actually put a fix in the commit message - sorry!). Can't figure out how I've managed to do this but will have a look again tomorrow with a fresh pair of eyes ❄️ 👀 |
Or are we currently limited by errorTitle, statusCode and errorMessage? If not, am I okay to make a PR?
The text was updated successfully, but these errors were encountered: