2019-08-02 15:54:10 +02:00
|
|
|
{
|
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-08-02 15:54:10 +02:00
|
|
|
},
|
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"
|
|
|
|
]
|
|
|
|
}
|