Closed cmlittle closed 5 years ago
I've been trying to hide tabs for a guest login, but with the configuration below, tabs are not hidden within the mobile app or in a browser.
`
cch: > menu: clock > notifications: overflow > voice: overflow > clock_format: 12 > clock_date: true > background: 'rgba(150, 150, 150, 0.2)' > swipe: true > exceptions: > - conditions: > user: guest > config: > options: clock > clock_format: 12 > voice: overflow > clock_date: true > hide_tabs: '1,2,3,4,5,6,7,8,9,10,11' > - conditions: > user: chris > config: > options: clock > clock_format: 12 > voice: overflow > clock_date: true
Any idea as to what I'm doing wrong?
As described in the issue template, issues missing the required info will be closed. Please open a new issue, fill in as much as you can, and do not remove anything in the template.
I've been trying to hide tabs for a guest login, but with the configuration below, tabs are not hidden within the mobile app or in a browser.
`