budibase/packages/server/appPackages/testApp2/pages.json

21 lines
375 B
JSON
Raw Normal View History

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