21 lines
375 B
JSON
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"
|
|
]
|
|
}
|