1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
budibase/packages/server/appPackages/testApp2/pages.json
2019-09-03 12:12:24 +01:00

21 lines
375 B
JSON

{
"main": {
"index": {
"title": "yyyaaa"
},
"appBody": "Random Button"
},
"unauthenticated": {
"index": {
"title": "Test App 1 - Login"
},
"appBody": "login_screen"
},
"componentLibraries": [
"./standard-components"
],
"stylesheets": [
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
]
}