Merge pull request #20505 from JMAConsulting/contribution_product_api4
[civicrm-core.git] / ang / api4Explorer.ang.php
1 <?php
2 // Autoloader data for Api4 Explorer Angular module.
3 return [
4 'ext' => 'civicrm',
5 'js' => [
6 'ang/api4Explorer.js',
7 'ang/api4Explorer/Explorer.js',
8 ],
9 'css' => [
10 'css/api4-explorer.css',
11 ],
12 'partials' => [
13 'ang/api4Explorer',
14 ],
15 'basePages' => [],
16 'bundles' => ['bootstrap3'],
17 'permissions' => ['access debug output', 'edit groups', 'administer reserved groups'],
18 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize', 'dialogService', 'checklist-model'],
19 ];