Loading bootstrap_quicktabs.info.yml +1 −1 Original line number Diff line number Diff line name: 'Bootstrap Quicktabs' type: module description: 'Makes tabs from Bootstrap framework available to the Quicktabs module' core_version_requirement: ^8.8 || ^9 core_version_requirement: ^8.8 || ^9 || ^10 package: 'Bootstrap' dependencies: - drupal:quicktabs bootstrap_quicktabs.libraries.yml +0 −6 Original line number Diff line number Diff line Loading @@ -3,9 +3,3 @@ bootstrap_tabs: css: theme: css/bootstrap_quicktabs.css: {} dependencies: - core/jquery - core/jquery.once - core/drupal - core/drupal.ajax - core/drupalSettings src/Plugin/TabRenderer/BootstrapAccordion.php +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ class BootstrapAccordion extends TabRendererBase { 'id' => $panel_id, 'classes' => $panel_class, 'title' => new TranslatableMarkup($tab['title']), 'content' => render($render), 'content' => \Drupal::service('renderer')->render($render), ]; $panels["$panel_id"] = $panel; Loading src/Plugin/TabRenderer/BootstrapQuickTabs.php +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ class BootstrapQuickTabs extends TabRendererBase { $block_id = 'quicktabs-tabpage-' . $qt_id . '-' . $index; $tab_pages[$block_id] = [ 'content' => render($render), 'content' => \Drupal::service('renderer')->render($render), 'classes' => implode(' ', $classes), ]; Loading css/bootstrap_quicktabs.css +45 −45 File changed.Contains only whitespace changes. Show changes Loading
bootstrap_quicktabs.info.yml +1 −1 Original line number Diff line number Diff line name: 'Bootstrap Quicktabs' type: module description: 'Makes tabs from Bootstrap framework available to the Quicktabs module' core_version_requirement: ^8.8 || ^9 core_version_requirement: ^8.8 || ^9 || ^10 package: 'Bootstrap' dependencies: - drupal:quicktabs
bootstrap_quicktabs.libraries.yml +0 −6 Original line number Diff line number Diff line Loading @@ -3,9 +3,3 @@ bootstrap_tabs: css: theme: css/bootstrap_quicktabs.css: {} dependencies: - core/jquery - core/jquery.once - core/drupal - core/drupal.ajax - core/drupalSettings
src/Plugin/TabRenderer/BootstrapAccordion.php +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ class BootstrapAccordion extends TabRendererBase { 'id' => $panel_id, 'classes' => $panel_class, 'title' => new TranslatableMarkup($tab['title']), 'content' => render($render), 'content' => \Drupal::service('renderer')->render($render), ]; $panels["$panel_id"] = $panel; Loading
src/Plugin/TabRenderer/BootstrapQuickTabs.php +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ class BootstrapQuickTabs extends TabRendererBase { $block_id = 'quicktabs-tabpage-' . $qt_id . '-' . $index; $tab_pages[$block_id] = [ 'content' => render($render), 'content' => \Drupal::service('renderer')->render($render), 'classes' => implode(' ', $classes), ]; Loading