DEPRECATED
Project settings can ba set in root index.yml file and adjusted specifically for any environment (Environment-specific entry points)
| Parameter | Required | Description |
|---|---|---|
analytics |
false | Analytics configuration |
authorizationTimeout |
false | Authorization cookie expiration timeout |
backDisabledAlert |
false | Message to be displayed in case of disabled back action |
coreLocale |
false | List of translates for Core messages |
defaultLocale |
false | Default locale code |
errorPage |
false | Error page configuration |
favicon |
false | Path to favicon |
flowName |
true | Fow name in Backend instance |
og |
true | List of meta og tags |
pages |
true | Page Configuration |
serverUrl |
true | URL of Backend instance server |
styles |
false | LESS files includes |
title |
true | Meta title of an application |
translates |
false | List of translates for specific languages |
index.yml
title: 'Zenoo Demo Project'
serverUrl: 'https://zenoo.onboardapp.io/api'
flowName: 'zenoo'
favicon: '/assets/favicon.ico'
styles:
- !include ./styles/index.less
analytics:
authorizationToken: !expression 'url.query.do_authorization'
authorizationTimeout: 60000
translates:
en: !include ./translates/en.yml
cz: !include ./translates/cz.yml
defaultLocale: 'en'
pages:
index: !include ./pages/index.yml
otp: !include ./pages/otp.yml
loan-overview: !include ./pages/loan-overview.yml
thanks: !include ./pages/thanks.yml
rejected: !include ./pages/rejected.yml