Merge pull request #16762 from eileenmcnaughton/mem_allan
[civicrm-core.git] / ang / api4Explorer.ang.php
... / ...
CommitLineData
1<?php
2// Autoloader data for Api4 explorer.
3return [
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'],
17];