Merge pull request #17794 from eileenmcnaughton/act_perms
[civicrm-core.git] / ang / api4Explorer.ang.php
index 176d740d89255a34bcc7adaf7a9a6df71813b1b7..2eec108aaf14abe9d0c390e7640a8c7c12c596ef 100644 (file)
@@ -1,11 +1,10 @@
 <?php
 // Autoloader data for Api4 explorer.
 return [
+  'ext' => 'civicrm',
   'js' => [
     'ang/api4Explorer.js',
-    'ang/api4Explorer/*.js',
-    'ang/api4Explorer/*/*.js',
-    'lib/*.js',
+    'ang/api4Explorer/Explorer.js',
   ],
   'css' => [
     'css/api4-explorer.css',
@@ -14,5 +13,5 @@ return [
     'ang/api4Explorer',
   ],
   'basePages' => [],
-  'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize'],
+  'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize', 'dialogService', 'checklist-model'],
 ];