style: change hooks format
This commit is contained in:
parent
b8ee526680
commit
b1c8cf94d0
1 changed files with 6 additions and 1 deletions
|
|
@ -228,5 +228,10 @@ before_migrate = ['frappe.patches.v11_0.sync_user_permission_doctype_before_migr
|
|||
|
||||
otp_methods = ['OTP App','Email','SMS']
|
||||
user_privacy_documents = [
|
||||
{ 'doctype': 'Contact', 'email_fields': ['email_id'], 'personal_fields': ['first_name', 'last_name', 'phone', 'mobile_no'], 'action': 'delete'},
|
||||
{
|
||||
'doctype': 'Contact',
|
||||
'email_fields': ['email_id'],
|
||||
'personal_fields': ['first_name', 'last_name', 'phone', 'mobile_no'],
|
||||
'action': 'delete'
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue