theme->livereloadUrl()) { $attachments['#attached']['library'][] = 'bootstrap/livereload'; } if ($this->theme->getSetting('popover_enabled')) { $attachments['#attached']['library'][] = 'bootstrap/popover'; } if ($this->theme->getSetting('tooltip_enabled')) { $attachments['#attached']['library'][] = 'bootstrap/tooltip'; } $attachments['#attached']['drupalSettings']['bootstrap'] = $this->theme->drupalSettings(); } }