Is this currently possible? In my config I have the following set:
navigationControllers: {
'StopListView': {
label: 'Stop Menu',
filterBy: 'code',
sortBy: 'code',
displayCodes: false
}
},
I do want the stop list menu to show the stops without codes, but I rather not have it display the Stop Group itself. I know by default it only displays the Stop Groups, with above code it changes to displaying all stops including the stop group. Is there a way to have stop group itself be hidden?
Or maybe have a way to add a css class to the Class Group so I can set it to display: none via css?
Thanks,
Is this currently possible? In my config I have the following set:
I do want the stop list menu to show the stops without codes, but I rather not have it display the Stop Group itself. I know by default it only displays the Stop Groups, with above code it changes to displaying all stops including the stop group. Is there a way to have stop group itself be hidden?
Or maybe have a way to add a css class to the Class Group so I can set it to display: none via css?
Thanks,