diff --git a/openy.install b/openy.install index 55a48e1c1f..95d45f259b 100644 --- a/openy.install +++ b/openy.install @@ -92,6 +92,22 @@ function openy_update_dependencies() { ], ]; + // Run lb_accordion config import after ws_event_update_9020 enabled smart_date modules. + $dependencies['lb_accordion'] = [ + 9002 => [ + 'ws_event' => 9020, + ], + ]; + $dependencies['lb_grid_icon'] = [ + 9002 => [ + 'lb_cards' => 9008, + ], + ]; + $dependencies['lb_carousel'] = [ + 9002 => [ + 'lb_cards' => 9008, + ], + ]; return $dependencies; }