-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from svicervlad/main
[ITCR-501][DS-1436] fix: jquery_ui_draggable no longer in distro
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: jQuery UI Draggable | ||
type: module | ||
description: 'Provides jQuery UI Draggable library.' | ||
package: jQuery UI | ||
core_version_requirement: ^9.2 || ^10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
/** | ||
* @file | ||
* Post update functions for the jquery_ui_draggable useless machine. | ||
*/ | ||
|
||
/** | ||
* Uninstall me. | ||
*/ | ||
function jquery_ui_draggable_reset_post_update_uninstall() { | ||
\Drupal::service('module_installer')->uninstall(['jquery_ui_draggable']); | ||
} |