fix: hook format for user_data_fields

This commit is contained in:
Ankush Menat 2021-05-06 16:48:59 +05:30
parent 585b123bd7
commit 2548bca187
No known key found for this signature in database
GPG key ID: 8EA82E09BBD13AAF

View file

@ -288,24 +288,24 @@ app_license = "{app_license}"
# --------------------
# user_data_fields = [
# {
# {{
# "doctype": "{{doctype_1}}",
# "filter_by": "{{filter_by}}",
# "redact_fields": ["{{field_1}}", "{{field_2}}"],
# "partial": 1,
# },
# {
# }},
# {{
# "doctype": "{{doctype_2}}",
# "filter_by": "{{filter_by}}",
# "partial": 1,
# },
# {
# }},
# {{
# "doctype": "{{doctype_3}}",
# "strict": False,
# },
# {
# }},
# {{
# "doctype": "{{doctype_4}}"
# }
# }}
# ]
# Authentication and authorization