Remove width setting for PDF screens

This commit is contained in:
Andrew Kingston 2025-04-01 13:01:56 +01:00
parent cf5ffbe4c5
commit 8098198206
No known key found for this signature in database
1 changed files with 10 additions and 10 deletions

View File

@ -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",