mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 15:18:04 +02:00
lots
This commit is contained in:
parent
3b393be4f4
commit
0b96026602
17 changed files with 458 additions and 38 deletions
23
ang/crmContactcats.ang.php
Normal file
23
ang/crmContactcats.ang.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
// Angular module crmContactcats.
|
||||
// @see https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_angularModules
|
||||
return [
|
||||
'js' => [
|
||||
'ang/crmContactcats.js',
|
||||
'ang/crmContactcats/*.js',
|
||||
'ang/crmContactcats/*/*.js',
|
||||
],
|
||||
'css' => [
|
||||
'ang/crmContactcats.css',
|
||||
],
|
||||
'partials' => [
|
||||
'ang/crmContactcats',
|
||||
],
|
||||
'requires' => [
|
||||
'crmUi',
|
||||
'crmUtil',
|
||||
'ngRoute',
|
||||
'api4',
|
||||
],
|
||||
'settings' => [],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue