row_actions() plugin hook, closes #2299

This commit is contained in:
Simon Willison 2024-03-12 16:13:31 -07:00
commit b8711988b9
7 changed files with 134 additions and 7 deletions

View file

@ -53,6 +53,7 @@ EXPECTED_PLUGINS = [
"register_permissions",
"register_routes",
"render_cell",
"row_actions",
"skip_csrf",
"startup",
"table_actions",