The ftw-app-switcher component is used to display apps provided by Ianus(opens new window).
The component accepts a list of apps which will be rendered in the menu. The selected app can be two-way binded.
Every app can define the following attributes:
Name
Description
title
Defines the apps name.
color
Defines the background color.
svg_icon
Defines the apps icon. Has to be a base64 string with the plain image.
disabled
Tells the app switcher to disable the app. It will not be possible to select this app.
disabled_reason
This text will be displayed next to the app in the switcher when disabled.