mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 03:28:06 +02:00
work on visualisation
This commit is contained in:
parent
6cf63f5b42
commit
92db3be27e
8 changed files with 370 additions and 26 deletions
|
@ -1,11 +1,8 @@
|
|||
console.log('crmSearchDisplayContactCat.js loaded');
|
||||
// see https://docs.civicrm.org/dev/en/latest/searchkit/displays/
|
||||
(function(angular, $, _) {
|
||||
// Declare a list of dependencies.
|
||||
angular.module('crmSearchDisplayContactCat', CRM.angRequires('crmSearchDisplayContactCat'));
|
||||
// angular.module('crmContactcats').component();
|
||||
|
||||
console.log('crmSearchDisplayContactCat module registered');
|
||||
// This is to be the display
|
||||
// NOTE: the component name is {CamelCaseNameFromOptionValue}
|
||||
// Standard seems to be to name crmSearchDisplay{YourName}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue