GenCode - Fix pluralization of words ending in x
[civicrm-core.git] / ang / api4Explorer.ang.php
CommitLineData
19b53e5b
C
1<?php
2// Autoloader data for Api4 explorer.
3return [
0b873c9a 4 'ext' => 'civicrm',
19b53e5b
C
5 'js' => [
6 'ang/api4Explorer.js',
0b873c9a 7 'ang/api4Explorer/Explorer.js',
19b53e5b
C
8 ],
9 'css' => [
10 'css/api4-explorer.css',
11 ],
12 'partials' => [
13 'ang/api4Explorer',
14 ],
15 'basePages' => [],
d7507e89 16 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize', 'dialogService', 'checklist-model'],
19b53e5b 17];