Add new settings to new screens upon creation
This commit is contained in:
parent
95cc985646
commit
a77561d901
|
@ -6,6 +6,7 @@ export class Screen extends BaseStructure {
|
|||
super(true)
|
||||
this._json = {
|
||||
showNavigation: true,
|
||||
width: "Large",
|
||||
props: {
|
||||
_id: Helpers.uuid(),
|
||||
_component: "@budibase/standard-components/container",
|
||||
|
@ -26,6 +27,7 @@ export class Screen extends BaseStructure {
|
|||
routing: {
|
||||
route: "",
|
||||
roleId: "BASIC",
|
||||
homeScreen: false,
|
||||
},
|
||||
name: "screen-id",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue