Install
Works with Drupal: ^11 || ^12Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Community Documentation
1.0.4
1.0.3
1.0.2
Currently offering three main configuration options.
- Downgrade by node id (one node id per line)
- Downgrade by view page (select list with checkboxes for multiple selections)
- Downgrade by theme (wider scope, not recommended, but is supported, this option is helpful for themes that have not been upgraded to support jQuery 4)
This module was created because we had an edge case where a widget was crashing on jQuery 4 for a specific node id where we were using the form_block module to expose a node form (for those at home, use the webform module instead of doing this and make a form submission handler that does this type of thing instead of using the node form this way) and we had no available fix for it. I did not want to create this module /project however I had no choice in order to meet client deadlines and expectations.
Made this a contrib project in order to gain expertise and contributions from the community.