fix: hook format for user_data_fields
This commit is contained in:
parent
585b123bd7
commit
2548bca187
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue