hi team!
How to register custom editor in V2 creator.
I used to have the below code for v1 creator
JavaScriptSurveyCreator
.SurveyPropertyEditorFactory
.registerCustomEditor("XYZ", { render: function(editor, htmlElement) { .... }});