This commit is contained in:
Simon Willison 2025-10-23 15:50:26 -07:00
commit c0b5ce04c3
2 changed files with 10 additions and 1 deletions

View file

@ -198,6 +198,15 @@ If you run ``datasette plugins --all`` it will include default plugins that ship
"register_output_renderer"
]
},
{
"name": "datasette.default_actions",
"static": false,
"templates": false,
"version": null,
"hooks": [
"register_actions"
]
},
{
"name": "datasette.default_magic_parameters",
"static": false,