mirror of https://github.com/Budibase/budibase.git
4 changed files with 64 additions and 28 deletions
@ -1,21 +1,45 @@ |
|||||
{ |
{ |
||||
"title": "Test App", |
"componentLibraries": [ |
||||
"favicon": "./_shared/favicon.png", |
"@budibase/standard-components", |
||||
"stylesheets": [], |
"@budibase/materialdesign-components" |
||||
"componentLibraries": ["@budibase/standard-components", "@budibase/materialdesign-components"], |
], |
||||
"props" : { |
"title": "{{ name }}", |
||||
"_component": "@budibase/standard-components/container", |
"favicon": "./_shared/favicon.png", |
||||
"_children": [], |
"stylesheets": [], |
||||
"_id": 1, |
"props": { |
||||
"type": "div", |
"_component": "@budibase/standard-components/container", |
||||
"_styles": { |
"_children": [ |
||||
"active": {}, |
{ |
||||
"hover": {}, |
"_id": "686c252d-dbf2-4e28-9078-414ba4719759", |
||||
"normal": {}, |
"_component": "@budibase/standard-components/login", |
||||
"selected": {} |
"_styles": { |
||||
}, |
"normal": {}, |
||||
"_code": "" |
"hover": {}, |
||||
}, |
"active": {}, |
||||
"_css": "", |
"selected": {} |
||||
"uiFunctions": "" |
}, |
||||
|
"_code": "", |
||||
|
"loginRedirect": "", |
||||
|
"usernameLabel": "Username", |
||||
|
"passwordLabel": "Password", |
||||
|
"loginButtonLabel": "Login", |
||||
|
"buttonClass": "", |
||||
|
"inputClass": "", |
||||
|
"_children": [], |
||||
|
"name": "{{ name }}", |
||||
|
"logo": "" |
||||
|
} |
||||
|
], |
||||
|
"_id": 1, |
||||
|
"type": "div", |
||||
|
"_styles": { |
||||
|
"layout": {}, |
||||
|
"position": {} |
||||
|
}, |
||||
|
"_code": "", |
||||
|
"className": "", |
||||
|
"onLoad": [] |
||||
|
}, |
||||
|
"_css": "", |
||||
|
"uiFunctions": "" |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue