ParentForm::deflt
ParentForm for the indicated format has not been defined:
AppendTo[$BoxForms, NewForm]MakeBoxes[2 + 2, NewForm]This shows a valid ParentForm specification for the new format:
ParentForm[NewForm] ^= TraditionalFormMakeBoxes[2 + 2, NewForm]