summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/ang/api4Explorer.ang.php
blob: 6583f2778e621546ac848ebd94203c1af6423c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
// Autoloader data for Api4 explorer.
return [
  'js' => [
    'ang/api4Explorer.js',
    'ang/api4Explorer/*.js',
    'ang/api4Explorer/*/*.js',
    'lib/*.js',
  ],
  'css' => [
    'css/explorer.css',
  ],
  'partials' => [
    'ang/api4Explorer',
  ],
  'basePages' => [],
  'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4'],
];