I'm trying to implement creator with options when you have only one question type: "radiogroup", but the Button of adding the question is stll adds "text" type question
My configs:
JSONconst creatorOptions = {
showLogicTab: false,
showJSONEditorTab: true,
questionTypes: [
"radiogroup"
],
pageEditMode: "single",
showTitlesInExpressions: false,
allowEditExpressionsInTextEditor: false,
showSurveyTitle: "never",
JSON: defaultJson
};
Is it possible to change default question type?
Image attached