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

17 lines
245 B
JSON
Raw Normal View History

{
2019-08-20 09:24:07 +02:00
"main": {
2019-09-07 07:50:35 +02:00
"index": {},
"appBody": ""
2019-08-20 09:24:07 +02:00
},
"unauthenticated": {
"index": {
"title": "Test App Two"
},
"appBody": "login"
2019-08-20 09:24:07 +02:00
},
2019-09-09 06:24:14 +02:00
"componentLibraries": [
"budibase-standard-components"
],
2019-09-07 07:50:35 +02:00
"stylesheets": []
2019-08-20 09:24:07 +02:00
}