|
|
|
@ -35,7 +35,6 @@ exports.HOME_SCREEN = { |
|
|
|
_code: "", |
|
|
|
text: "Welcome to your Budibase App 👋", |
|
|
|
type: "h2", |
|
|
|
_appId: "inst_cf8ace4_69efc0d72e6f443db2d4c902c14d9394", |
|
|
|
_instanceName: "Heading", |
|
|
|
_children: [], |
|
|
|
}, |
|
|
|
@ -59,7 +58,6 @@ exports.HOME_SCREEN = { |
|
|
|
}, |
|
|
|
_code: "", |
|
|
|
type: "div", |
|
|
|
_appId: "inst_app_2cc_ca3383f896034e9295345c05f7dfca0c", |
|
|
|
_instanceName: "Video Container", |
|
|
|
_children: [ |
|
|
|
{ |
|
|
|
@ -86,7 +84,6 @@ exports.HOME_SCREEN = { |
|
|
|
_code: "", |
|
|
|
embed: |
|
|
|
'<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>', |
|
|
|
_appId: "inst_app_2cc_ca3383f896034e9295345c05f7dfca0c", |
|
|
|
_instanceName: "Rick Astley Video", |
|
|
|
_children: [], |
|
|
|
}, |
|
|
|
@ -106,20 +103,40 @@ exports.LOGIN_SCREEN = { |
|
|
|
description: "", |
|
|
|
url: "", |
|
|
|
props: { |
|
|
|
_id: "781e497e-2e7c-11eb-adc1-0242ac120002", |
|
|
|
_component: "@budibase/standard-components/login", |
|
|
|
_id: "5beb4c7b-3c8b-49b2-b8b3-d447dc76dda7", |
|
|
|
_component: "@budibase/standard-components/container", |
|
|
|
_styles: { |
|
|
|
normal: {}, |
|
|
|
normal: { |
|
|
|
flex: "1 1 auto", |
|
|
|
display: "flex", |
|
|
|
"flex-direction": "column", |
|
|
|
"justify-content": "flex-start", |
|
|
|
"align-items": "stretch", |
|
|
|
}, |
|
|
|
hover: {}, |
|
|
|
active: {}, |
|
|
|
selected: {}, |
|
|
|
}, |
|
|
|
_code: "", |
|
|
|
className: "", |
|
|
|
onLoad: [], |
|
|
|
type: "div", |
|
|
|
_children: [], |
|
|
|
_instanceName: "Login", |
|
|
|
_children: [ |
|
|
|
{ |
|
|
|
_id: "781e497e-2e7c-11eb-adc1-0242ac120002", |
|
|
|
_component: "@budibase/standard-components/login", |
|
|
|
_styles: { |
|
|
|
normal: {}, |
|
|
|
hover: {}, |
|
|
|
active: {}, |
|
|
|
selected: {}, |
|
|
|
}, |
|
|
|
_code: "", |
|
|
|
className: "", |
|
|
|
onLoad: [], |
|
|
|
type: "div", |
|
|
|
_children: [], |
|
|
|
_instanceName: "Login", |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
routing: { |
|
|
|
route: "/", |
|
|
|
|