I created a new doctype, I found that the option of custom cannot be modified, and the option is selected by default, I want to remove the selected state, but the option is not editable, what should I do?
Hi @sx98083714,
When you are in application design mode and you want the changes in your DocTypes, Reports etc to affect the app repository, you must be in Developer Mode. To fully use developer mode, you must be logged in as the “Administrator” user .
Please check its documentation.
And simple ways like
Inside the frappe-bench folder, run the command
bench set-config developer_mode 1
// OR
bench --site [your_sitename] set-config developer_mode 1
Thank You!
1 Like
Thank you very much for your reply! According to your guidance, custom options can be edited, thanks again, wish you a happy work and life!