-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
extra_ plugin hooks should take the same arguments #939
Labels
Comments
They should all take:
|
I'm going to implement this first as a single commit, then implement |
Also: they should all be able to return |
And the docs need to be updated too. |
Docs also need to note that |
simonw
added a commit
that referenced
this issue
Aug 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extra_css_urls(template, database, table, datasette)
extra_js_urls(template, database, table, datasette)
extra_body_script(template, database, table, view_name, datasette)
extra_template_vars(template, database, table, view_name, request, datasette)
Originally posted by @simonw in #938 (comment)
The text was updated successfully, but these errors were encountered: