Ionic tabs options

Is it possible to add a condition to the tabsLayout?

IonicModule.forRoot(MyApp,{
      tabsLayout: 'title-hide',
    })

E.g… To show the title for the tab selected and hide title of all the other tabs.

I believe the options documented in Config are the only available.

Yeah, I thought there might be another way.