1
0
Fork 0
mirror of synced 2024-07-12 17:56:07 +12:00
budibase/packages/server/appPackages/testApp2/pages.json

22 lines
413 B
JSON
Raw Normal View History

{
2019-08-20 19:24:07 +12:00
"main": {
2019-10-19 05:32:03 +13:00
"index": {
"title": "My App"
},
"appBody": "Application Root"
2019-08-20 19:24:07 +12:00
},
"unauthenticated": {
2019-10-19 05:32:03 +13:00
"index": {
"title": "My App - Login"
},
"appBody": "Login"
2019-08-20 19:24:07 +12:00
},
2019-09-09 16:24:14 +12:00
"componentLibraries": [
2019-10-19 05:32:03 +13:00
"@budibase/standard-components",
"@budibase/bootstrap-components"
2019-09-09 16:24:14 +12:00
],
2019-10-14 20:32:20 +13:00
"stylesheets": [
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
]
2019-08-20 19:24:07 +12:00
}