Skip to content

Commit

Permalink
Remove toolbox hiddenTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jun 17, 2024
1 parent 410563c commit df9bbd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/survey-creator-core/src/toolbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export class QuestionToolbox
extends AdaptiveActionContainer<QuestionToolboxItem>
implements IQuestionToolbox {
public static MINELEMENTCOUNT: number = 10;
static hiddenTypes = ["buttongroup", "linkvalue", "embeddedsurvey", "spinedit", "color", "fileedit", "textwithreset", "commentwithreset"];
static defaultIconName = "icon-default";
static defaultCategories = {
choice: ["radiogroup", "rating", "checkbox", "dropdown", "tagbox", "boolean", "file", "imagepicker", "ranking"],
Expand Down

0 comments on commit df9bbd0

Please sign in to comment.