1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00
budibase/packages/server/appPackages/testApp2/pages.json
2019-10-18 17:32:03 +01:00

22 lines
413 B
JSON

{
"main": {
"index": {
"title": "My App"
},
"appBody": "Application Root"
},
"unauthenticated": {
"index": {
"title": "My App - Login"
},
"appBody": "Login"
},
"componentLibraries": [
"@budibase/standard-components",
"@budibase/bootstrap-components"
],
"stylesheets": [
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
]
}