diff --git a/src/Commands/GetInteractiveMenus.php b/src/Commands/GetInteractiveMenus.php index 653db70..717e084 100644 --- a/src/Commands/GetInteractiveMenus.php +++ b/src/Commands/GetInteractiveMenus.php @@ -81,6 +81,8 @@ function ($module) { 'slug' => $section['slug'], 'active' => false, 'href' => $section['attributes']['href'], + 'data-toggle' => $section['attributes']['data-toggle'] ?? null , + 'data-target' => $section['attributes']['data-target'] ?? null, ]; }