mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
/-/plugins now shows details of hooks, closes #794
Also added /-/plugins?all=1 parameter to see default plugins.
This commit is contained in:
parent
5278c04682
commit
a7137dfe06
4 changed files with 64 additions and 12 deletions
|
|
@ -78,10 +78,13 @@ Shows a list of currently installed plugins and their versions. `Plugins example
|
|||
"name": "datasette_cluster_map",
|
||||
"static": true,
|
||||
"templates": false,
|
||||
"version": "0.4"
|
||||
"version": "0.10",
|
||||
"hooks": ["extra_css_urls", "extra_js_urls", "extra_body_script"]
|
||||
}
|
||||
]
|
||||
|
||||
Add ``?all=1`` to include details of the default plugins baked into Datasette.
|
||||
|
||||
.. _JsonDataView_config:
|
||||
|
||||
/-/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue