| 12345678910111213141516171819202122232425262728293031 | .. _settings categories_as_tabs:=======================``categories_as_tabs:``=======================A list of the categories that are displayed as tabs in the user interface.Categories not listed here can still be searched with the :ref:`search-syntax`... code:: yaml  categories_as_tabs:    general:    images:    videos:    news:    map:    music:    it:    science:    files:    social media:Engines are added to ``categories:`` (compare :ref:`engine categories`), thecategories listed in ``categories_as_tabs`` are shown as tabs in the UI.  Ifthere are no active engines in a category, the tab is not displayed (e.g. if auser disables all engines in a category).On the preferences page (``/preferences``) -- under *engines* -- there is anadditional tab, called *other*.  In this tab are all engines listed that are notin one of the UI tabs (not included in ``categories_as_tabs``).
 |