Skip to content

Commit 4e8f803

Browse files
authored
Merge pull request #12 from openclassify/srd-modal
add modal attr
2 parents 98cf74c + 8a3cb9e commit 4e8f803

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Commands/GetInteractiveMenus.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ function ($module) {
8181
'slug' => $section['slug'],
8282
'active' => false,
8383
'href' => $section['attributes']['href'],
84+
'data-toggle' => $section['attributes']['data-toggle'] ?? null ,
85+
'data-target' => $section['attributes']['data-target'] ?? null,
8486
];
8587
}
8688

0 commit comments

Comments
 (0)