1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
budibase/packages/server/appPackages/testApp2/pages.json

21 lines
375 B
JSON
Raw Normal View History

{
2019-08-20 19:24:07 +12:00
"main": {
2019-09-03 23:12:24 +12:00
"index": {
"title": "yyyaaa"
},
"appBody": "Random Button"
2019-08-20 19:24:07 +12:00
},
"unauthenticated": {
"index": {
2019-09-03 23:12:24 +12:00
"title": "Test App 1 - Login"
},
2019-09-03 23:12:24 +12:00
"appBody": "login_screen"
2019-08-20 19:24:07 +12:00
},
"componentLibraries": [
"./standard-components"
],
"stylesheets": [
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
]
}