Skip to content

Commit

Permalink
Added hook dependency for paragraph library updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain authored Nov 13, 2024
1 parent d099856 commit 4dbcef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tide_landing_page/tide_landing_page.install
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function tide_landing_page_install() {
function tide_landing_page_update_dependencies() {
$dependencies = [];
$dependencies['tide_landing_page'][10101] = ['tide_core' => 10005];
$dependencies['tide_landing_page'][10106] = ['tide_core' => 10009];

return $dependencies;
}
Expand Down

0 comments on commit 4dbcef4

Please sign in to comment.