Remove width setting for PDF screens
This commit is contained in:
parent
cf5ffbe4c5
commit
8098198206
|
@ -45,6 +45,16 @@
|
|||
break
|
||||
default:
|
||||
screenComponentSettings = [
|
||||
{
|
||||
key: "width",
|
||||
label: "Width",
|
||||
control: Select,
|
||||
props: {
|
||||
options: ["Extra small", "Small", "Medium", "Large", "Max"],
|
||||
placeholder: "Default",
|
||||
disabled: !!screen.layoutId,
|
||||
},
|
||||
},
|
||||
{
|
||||
key: "props.layout",
|
||||
label: "Layout",
|
||||
|
@ -109,16 +119,6 @@
|
|||
label: "On screen load",
|
||||
control: ButtonActionEditor,
|
||||
},
|
||||
{
|
||||
key: "width",
|
||||
label: "Width",
|
||||
control: Select,
|
||||
props: {
|
||||
options: ["Extra small", "Small", "Medium", "Large", "Max"],
|
||||
placeholder: "Default",
|
||||
disabled: !!screen.layoutId,
|
||||
},
|
||||
},
|
||||
...screenComponentSettings,
|
||||
{
|
||||
key: "urlTest",
|
||||
|
|
Loading…
Reference in New Issue