mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated default plugins in docs, refs #1770
This commit is contained in:
parent
58fd1e33ec
commit
e543a095cc
1 changed files with 18 additions and 0 deletions
|
|
@ -172,6 +172,24 @@ If you run ``datasette plugins --all`` it will include default plugins that ship
|
|||
"filters_from_request"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "datasette.forbidden",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": null,
|
||||
"hooks": [
|
||||
"forbidden"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "datasette.handle_exception",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": null,
|
||||
"hooks": [
|
||||
"handle_exception"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "datasette.publish.cloudrun",
|
||||
"static": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue