Create Category search display

This commit is contained in:
Rich Lott / Artful Robot 2025-02-28 21:55:32 +00:00
parent 016ca2a735
commit b9de61f9f7
7 changed files with 185 additions and 0 deletions

View file

@ -20,4 +20,8 @@ return [
'api4',
],
'settings' => [],
'basePages' => ['civicrm/search', 'civicrm/admin/search'],
'exports' => [
'contactcats_category_display' => 'E',
],
];