In Drupal 9 I’ve created a view with a page display that has a path of /admin/content/noun. The Format is Table. Now I’d like to override the table template with views-view-table--the-view-name--the-display-id.html.twig
. The view’s path means the view is displayed in the admin theme. Where do I put the template?
Creating a subtheme of claro doesn’t work. Customizing web/core/themes/claro/templates/classy/views/views-view-table.html.twig works, but that’s hacking core.