mirror of
https://github.com/simonw/datasette.git
synced 2026-06-15 13:36:58 +02:00
Move debug links into jump menu
This commit is contained in:
parent
1590444fa3
commit
be1b5b2b5c
12 changed files with 173 additions and 65 deletions
|
|
@ -235,12 +235,12 @@ If you run ``datasette plugins --all`` it will include default plugins that ship
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "datasette.default_menu_links",
|
||||
"name": "datasette.default_debug_menu",
|
||||
"static": false,
|
||||
"templates": false,
|
||||
"version": null,
|
||||
"hooks": [
|
||||
"menu_links"
|
||||
"jump_items_sql"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue