Skip to content

Commit

Permalink
Hide fitToContainer property
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 13, 2024
1 parent a30e1f8 commit a9ced84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7950,7 +7950,7 @@ Serializer.addClass("survey", [
choices: ["auto", "static", "responsive"],
},
{ name: "width", visibleIf: (obj: any) => { return obj.widthMode === "static"; } },
{ name: "fitToContainer:boolean", default: true },
{ name: "fitToContainer:boolean", default: true, visible: false },
{ name: "headerView", default: "basic", choices: ["basic", "advanced"], visible: false },
{ name: "backgroundImage:file", visible: false },
{ name: "backgroundImageFit", default: "cover", choices: ["auto", "contain", "cover"], visible: false },
Expand Down

0 comments on commit a9ced84

Please sign in to comment.