Merge pull request #19328 from colemanw/duplicateButtonFix
[civicrm-core.git] / ext / search / ang / crmSearchDisplay.ang.php
CommitLineData
44402a2e 1<?php
03b55607 2// Search Display base module - provides services used commonly by search display implementations.
44402a2e
CW
3return [
4 'js' => [
5 'ang/crmSearchDisplay.module.js',
6 'ang/crmSearchDisplay/*.js',
7 'ang/crmSearchDisplay/*/*.js',
8 ],
9 'partials' => [
10 'ang/crmSearchDisplay',
11 ],
12 'basePages' => [],
03b55607 13 'requires' => ['api4', 'ngSanitize'],
44402a2e
CW
14 'exports' => [
15 'crm-search-display-table' => 'E',
16 ],
17];