Skip to content

Commit

Permalink
Uninstall config_filter module
Browse files Browse the repository at this point in the history
It is no longer used so we should remove it to reduce our amount of
third party modules we use.
  • Loading branch information
kasperg committed Nov 26, 2024
1 parent 16b3115 commit 37e998c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/modules/custom/dpl_update/dpl_update.install
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,10 @@ function dpl_update_update_10026(): string {
function dpl_update_update_10027(): string {
return _dpl_update_install_modules(['simple_oauth']);
}

/**
* Uninstall config_filter.
*/
function dpl_update_update_10028(): string {
return _dpl_update_uninstall_modules(['config_filter']);
}

0 comments on commit 37e998c

Please sign in to comment.