From 8266ce8e99d5260f408d8b26657a517a0b9a0f7c Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 18 Aug 2020 14:17:52 -0700 Subject: [PATCH] Api4Explorer - Activate bootstrap3 --- CRM/Api4/Page/Api4Explorer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Api4/Page/Api4Explorer.php b/CRM/Api4/Page/Api4Explorer.php index 6de079bb8f..8f2942d942 100644 --- a/CRM/Api4/Page/Api4Explorer.php +++ b/CRM/Api4/Page/Api4Explorer.php @@ -40,6 +40,7 @@ class CRM_Api4_Page_Api4Explorer extends CRM_Core_Page { 'groupOptions' => array_column((array) $groupOptions, 'options', 'name'), ]; Civi::resources() + ->addBundle('bootstrap3') ->addVars('api4', $vars) ->addPermissions(['access debug output', 'edit groups', 'administer reserved groups']) ->addScriptFile('civicrm', 'js/load-bootstrap.js') -- 2.25.1