when i create a part `legal` i would like to have the json pre-populated with some default structure. ## Task In `schema.py` add `PART_DEFAULTS` dict with default values for parts. On part create, we should take the default value from there.
when i create a part
legali would like to have the json pre-populated with some default structure.Task
In
schema.pyaddPART_DEFAULTSdict with default values for parts.On part create, we should take the default value from there.