build profile option list dynamically from config.js
This commit is contained in:
parent
9279913d36
commit
0e77fc6c6e
4 changed files with 37 additions and 18 deletions
13
config.js
Normal file
13
config.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
BR.conf = {
|
||||
profiles: [
|
||||
'trekking',
|
||||
'fastbike',
|
||||
'shortest',
|
||||
'all',
|
||||
/* "does not contain expressions for context node" (?)
|
||||
'softaccess',
|
||||
*/
|
||||
'moped',
|
||||
'car-test'
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue