surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
911 stars 373 forks source link

Is it possible to change the "related question types" on the actions adorners? #1504

Closed fredrodriguesof closed 3 years ago

fredrodriguesof commented 3 years ago

Are you requesting a feature, reporting a bug or ask a question?

Ask a question.

What is the current behavior?

Today in question actions adorners a dropdown is displayed showing the types that I can change to, is it possible to change this list of related types, deleting some items and adding others? If yes how do I change it?

relatedTypes

tsv2013 commented 3 years ago

I think you can patch the SurveyCreator.QuestionConverter.convertInfo static object containing compatible types.

fredrodriguesof commented 3 years ago

I think you can patch the SurveyCreator.QuestionConverter.convertInfo static object containing compatible types.

Perfect, that's exactly what I needed!