This commit is contained in:
Simon Willison 2026-06-08 20:02:59 -07:00
commit 378b528a95

View file

@ -271,6 +271,15 @@ If you run ``datasette plugins --all`` it will include default plugins that ship
"register_token_handler"
]
},
{
"name": "datasette.default_query_actions",
"static": false,
"templates": false,
"version": null,
"hooks": [
"query_actions"
]
},
{
"name": "datasette.events",
"static": false,