We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98cf74c + 8a3cb9e commit 4e8f803Copy full SHA for 4e8f803
1 file changed
src/Commands/GetInteractiveMenus.php
@@ -81,6 +81,8 @@ function ($module) {
81
'slug' => $section['slug'],
82
'active' => false,
83
'href' => $section['attributes']['href'],
84
+ 'data-toggle' => $section['attributes']['data-toggle'] ?? null ,
85
+ 'data-target' => $section['attributes']['data-target'] ?? null,
86
];
87
}
88
0 commit comments