File tree 3 files changed +26
-4
lines changed
3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CiviCRM Contact Inactive Extension
2
2
3
- Adds a contact action "Set to Inactive" which enables all privacy options and cancels activities of type "Phone Call"
3
+ Adds a contact action "Set to Inactive" which enables all privacy options and
4
+ cancels activities of type "Phone Call"
4
5
5
6
## Customising
6
- The list of activity types that should be cancelled are specified using the setting:
7
- ``` ContactInactive Preferences:activityTypeNames `` `
7
+ The list of activity types that should be cancelled are specified using the
8
+ setting: ` ContactInactive Preferences:activityTypeNames `
8
9
9
10
Default value is "Phone Call".
10
11
11
12
## Usage
12
- Either via the contact summary actions ** "Set to Inactive"** or the API function: ** Contact.setinactive**
13
+ Either via the contact summary actions ** "Set to Inactive"** or the API function
14
+ ** Contact.setinactive**
Original file line number Diff line number Diff line change
1
+ ../README.md
Original file line number Diff line number Diff line change
1
+ site_name : CiviCRM Contact Inactive Extension
2
+ repo_url : https://github.com/systopia/de.systopia.contactinactive
3
+ theme : material
4
+
5
+ pages :
6
+ - ' Home ' : index.md
7
+
8
+ markdown_extensions :
9
+ - attr_list
10
+ - admonition
11
+ - def_list
12
+ - codehilite
13
+ - toc :
14
+ permalink : true
15
+ - pymdownx.superfences
16
+ - pymdownx.inlinehilite
17
+ - pymdownx.tilde
18
+ - pymdownx.betterem
19
+ - pymdownx.mark
You can’t perform that action at this time.
0 commit comments