A customer created a DocType (=custom mode). Now we want to make it part of the app (to have the json/js/py files) or in other words, to convert it to Standard. How to do it? I understand that fixtures can “fix” some documents in a DocType. But can we fix a new DocType?
@lukee enable developer mode in your server , then uncheck the ‘custom‘ value in the doctype .
So, that would mean enabling dev mode on production, pushing the generated code to git and pull it on the local dev environment, right?