Search ext: Add searchDisplay and searchPage modules
[civicrm-core.git] / ext / search / ang / crmSearchDisplay.ang.php
1 <?php
2 // Autoloader data for SearchDisplay module.
3 return [
4 'js' => [
5 'ang/crmSearchDisplay.module.js',
6 'ang/crmSearchDisplay/*.js',
7 'ang/crmSearchDisplay/*/*.js',
8 ],
9 'partials' => [
10 'ang/crmSearchDisplay',
11 ],
12 'basePages' => [],
13 'requires' => ['crmUi', 'api4', 'crmSearchActions', 'ui.bootstrap'],
14 'exports' => [
15 'crm-search-display-table' => 'E',
16 ],
17 ];