mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 17:07:18 +02:00
Create Category search display
This commit is contained in:
parent
016ca2a735
commit
b9de61f9f7
7 changed files with 185 additions and 0 deletions
22
ang/crmSearchDisplayContactCat.ang.php
Normal file
22
ang/crmSearchDisplayContactCat.ang.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
// Angular module crmSearchDisplayContactCat.
|
||||
// @see https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_angularModules
|
||||
|
||||
return [
|
||||
'js' => [
|
||||
'ang/crmSearchDisplayContactCat.js',
|
||||
'ang/crmSearchDisplayContactCat/*.js',
|
||||
// 'ang/crmSearchDisplayContactCat/*/*.js',
|
||||
],
|
||||
'css' => [
|
||||
'ang/crmSearchDisplayContactCat.css',
|
||||
],
|
||||
'partials' => [
|
||||
'ang/crmSearchDisplayContactCat',
|
||||
],
|
||||
'requires' => ['crmUi', 'crmUtil', 'ngRoute'],
|
||||
'settings' => [],
|
||||
'basePages' => ['civicrm/search', 'civicrm/admin/search'],
|
||||
'exports' => ['crmSearchAdminDisplayContactCat', 'crmSearchDisplayContactCat'],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue