diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index ba20562544..f6a2ac488c 100755 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -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