work on visualisation

This commit is contained in:
Rich Lott / Artful Robot 2025-03-25 20:21:32 +00:00
parent 6cf63f5b42
commit 92db3be27e
8 changed files with 370 additions and 26 deletions

View file

@ -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}