Issue #3500324: Remove global attachment of core/drupal.collapse to eliminate...
Issue #3500324: Remove global attachment of core/drupal.collapse to eliminate unnecessary dependencies
The ckeditor_details module was attaching the core/drupal.collapse library globally, which added unnecessary dependencies like core/drupal.form and core/jquery to every page. This commit removes the .module file entirely to prevent the global attachment, reducing page load size and improving performance.
Closes #3500324