SearchKit - Contextual "View" button
[civicrm-core.git] / ext / search_kit / ang / crmSearchDisplay.ang.php
1 <?php
2 // Search Display base module - provides services used commonly by search display implementations.
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 'css' => [
13 'css/crmSearchDisplay.css',
14 ],
15 'basePages' => [],
16 'requires' => ['api4', 'ngSanitize'],
17 'exports' => [
18 'crm-search-display-table' => 'E',
19 ],
20 ];