view_actions plugin hook, closes #2297

This commit is contained in:
Simon Willison 2024-03-12 14:25:07 -07:00
commit 909c85cd2b
7 changed files with 85 additions and 21 deletions

View file

@ -56,6 +56,7 @@ EXPECTED_PLUGINS = [
"skip_csrf",
"startup",
"table_actions",
"view_actions",
],
},
{