Bridge search displays and afforms
[civicrm-core.git] / ext / search / ang / crmSearchPage.ang.php
1 <?php
2 // Autoloader data for SearchDisplay module.
3 return [
4 'js' => [
5 'ang/crmSearchPage.module.js',
6 'ang/crmSearchPage/*.js',
7 'ang/crmSearchPage/*/*.js',
8 ],
9 'partials' => [
10 'ang/crmSearchPage',
11 ],
12 'basePages' => ['civicrm/search'],
13 'requires' => ['ngRoute', 'api4', 'crmUi'],
14 'settingsFactory' => ['\Civi\Search\Display', 'getPageSettings'],
15 ];