settings_categories_as_tabs.rst 917 B

1234567891011121314151617181920212223242526272829303132
  1. .. _settings categories_as_tabs:
  2. =======================
  3. ``categories_as_tabs:``
  4. =======================
  5. A list of the categories that are displayed as tabs in the user interface.
  6. Categories not listed here can still be searched with the :ref:`search-syntax`.
  7. .. code:: yaml
  8. categories_as_tabs:
  9. general:
  10. images:
  11. videos:
  12. news:
  13. map:
  14. music:
  15. it:
  16. science:
  17. files:
  18. social media:
  19. Engines are added to ``categories:`` (compare :ref:`engine categories`), the
  20. categories listed in ``categories_as_tabs`` are shown as tabs in the UI. If
  21. there are no active engines in a category, the tab is not displayed (e.g. if a
  22. user disables all engines in a category).
  23. On the preferences page (``/preferences``) -- under *engines* -- there is an
  24. additional tab, called *other*. In this tab are all engines listed that are not
  25. in one of the UI tabs (not included in ``categories_as_tabs``).