Merge pull request #19609 from demeritcowboy/case-views
[civicrm-core.git] / ang / api4Explorer.ang.php
1 <?php
2 // Autoloader data for Api4 explorer.
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 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize', 'dialogService', 'checklist-model'],
17 ];