Merge pull request #24478 from agh1/5.53.0-releasenotes-final
[civicrm-core.git] / ang / api4Explorer.ang.php
CommitLineData
19b53e5b 1<?php
9ab2456f 2// Autoloader data for Api4 Explorer Angular module.
19b53e5b 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' => [],
9ab2456f
CW
16 'bundles' => ['bootstrap3'],
17 'permissions' => ['access debug output', 'edit groups', 'administer reserved groups'],
39eb3fab 18 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize'],
19b53e5b 19];