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