|
|
|
@ -380,7 +380,7 @@ export default { |
|
|
|
label: "Card Width", |
|
|
|
key: "cardWidth", |
|
|
|
control: OptionSelect, |
|
|
|
options: [ "16rem", "20rem", "24rem"], |
|
|
|
options: ["16rem", "20rem", "24rem"], |
|
|
|
placeholder: "Card Width", |
|
|
|
}, |
|
|
|
], |
|
|
|
@ -448,29 +448,37 @@ export default { |
|
|
|
label: "Card Width", |
|
|
|
key: "cardWidth", |
|
|
|
control: OptionSelect, |
|
|
|
options: [ "24rem", "28rem", "32rem", "40rem", "48rem", "60rem", "100%"], |
|
|
|
options: [ |
|
|
|
"24rem", |
|
|
|
"28rem", |
|
|
|
"32rem", |
|
|
|
"40rem", |
|
|
|
"48rem", |
|
|
|
"60rem", |
|
|
|
"100%", |
|
|
|
], |
|
|
|
placeholder: "Card Height", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Image Width", |
|
|
|
key: "imageWidth", |
|
|
|
control: OptionSelect, |
|
|
|
options: [ "8rem", "12rem", "16rem"], |
|
|
|
options: ["8rem", "12rem", "16rem"], |
|
|
|
placeholder: "Image Width", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "Image Height", |
|
|
|
key: "imageHeight", |
|
|
|
control: OptionSelect, |
|
|
|
options: [ "8rem", "12rem", "16rem", "auto"], |
|
|
|
options: ["8rem", "12rem", "16rem", "auto"], |
|
|
|
placeholder: "Image Height", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
] |
|
|
|
], |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
_component: "@budibase/materialdesign-components/BasicCard", |
|
|
|
name: "Card", |
|
|
|
|