mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-27 06:07:17 +02:00
Add Category history saved search and searchkit display and afform for contact sum
This commit is contained in:
parent
93be452053
commit
142479d861
7 changed files with 228 additions and 20 deletions
31
ang/afsearchCategory.aff.json
Normal file
31
ang/afsearchCategory.aff.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"type": "search",
|
||||
"requires": null,
|
||||
"entity_type": null,
|
||||
"join_entity": null,
|
||||
"title": "Category",
|
||||
"description": null,
|
||||
"placement": [
|
||||
"contact_summary_block"
|
||||
],
|
||||
"summary_contact_type": [
|
||||
"Individual"
|
||||
],
|
||||
"summary_weight": 1,
|
||||
"icon": "fa-user-tag",
|
||||
"server_route": "",
|
||||
"is_public": false,
|
||||
"permission": [
|
||||
"access CiviCRM"
|
||||
],
|
||||
"permission_operator": "AND",
|
||||
"redirect": null,
|
||||
"submit_enabled": true,
|
||||
"submit_limit": null,
|
||||
"create_submission": false,
|
||||
"manual_processing": false,
|
||||
"allow_verification_by_email": false,
|
||||
"email_confirmation_template_id": null,
|
||||
"navigation": null,
|
||||
"modified_date": "2025-03-03 11:26:32"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue