diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index 887f7ca896..8699802423 100644 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -564,6 +564,14 @@ app_license = "{app_license}" # before_tests = "{app_name}.install.before_tests" +# Extend DocType Class +# ------------------------------ +# +# Specify custom mixins to extend the standard doctype controller. +# extend_doctype_class = {{ +# "Task": "{app_name}.custom.task.CustomTaskMixin" +# }} + # Overriding Methods # ------------------------------ #