mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
query_actions plugin hook
* New query_actions plugin hook, closes #2283
This commit is contained in:
parent
f99c2f5f8c
commit
6ec0081f5d
7 changed files with 151 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ EXPECTED_PLUGINS = [
|
|||
"permission_allowed",
|
||||
"prepare_connection",
|
||||
"prepare_jinja2_environment",
|
||||
"query_actions",
|
||||
"register_facet_classes",
|
||||
"register_magic_parameters",
|
||||
"register_permissions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue