Merge branch '5.34' of https://github.com/civicrm/civicrm-core into upit
[civicrm-core.git] / ext / search / ang / crmSearchActions.ang.php
1 <?php
2 // Search actions module - provides dropdown menu with bulk actions to take on selected rows.
3 return [
4 'js' => [
5 'ang/crmSearchActions.module.js',
6 'ang/crmSearchActions/*.js',
7 'ang/crmSearchActions/*/*.js',
8 ],
9 'partials' => [
10 'ang/crmSearchActions',
11 ],
12 'css' => [
13 'css/crmSearchActions.css',
14 ],
15 'basePages' => [],
16 'requires' => ['crmUi', 'crmUtil', 'dialogService', 'api4', 'checklist-model'],
17 'settingsFactory' => ['\Civi\Search\Actions', 'getActionSettings'],
18 'permissions' => ['edit groups', 'administer reserved groups'],
19 ];