I need to modify core/themes/seven/js/nav-tabs.js, so I made a copy of it to my theme, and added this to my theme.info.yml:
seven/drupal.nav-tabs: js: js/nav-tabs.js: js/nav-tabs.js
I cleared the caches, but it isn’t being recognized. I’ve been able to override css from base themes, but have not dealth with core theme js overrides. In seven.libraries.yml the js is defined like this:
drupal.nav-tabs: version: VERSION js: js/nav-tabs.js: {}
What should the correct syntax be? thanks