Module

config

Einstellungen der Ella App

View Source config/ella.config.template.js, line 2

Members

string

# inner constant API_ROOT_URL

Die URL unter der die Wurzel der Ella API liegt

View Source config/ella.config.template.js, line 33

boolean

# inner constant DISABLE_FORM_SAVING

Deaktiviert die Speichern und Laden Funktionalität für Formulare

Default Value:
  • false

View Source config/ella.config.template.js, line 65

string

# inner constant INSTANCE_ID

Die ID der Ella App

View Source config/ella.config.template.js, line 39

NAVBAR_VARIANTS

# inner constant NAVBAR_STYLE

Wählt die Variante der Navigationsleiste.

View Source config/ella.config.template.js, line 58

string

# inner constant NAVBAR_VARIANTS

Enum der Auswahlmöglichkeiten für NAVBAR_STYLE

Properties:
Name Type Description
LOGO string

Es wird nur das Logo angezeigt

NAME string

Es wird nur der Name der Ella-App angezeigt

LOGO_AND_NAME string

Es werden Logo und Name angezeigt

View Source config/ella.config.template.js, line 12

string

# inner constant THEME_COLOR

Hauptfarbe der Anwendung, ersetzt unter anderem die Bootstraps $primary Variable

View Source config/ella.config.template.js, line 52

string

# inner constant TITLE

Der Titel der Anwendung. Wird für die PWA und für die Tabübersicht des Browsers genutzt

View Source config/ella.config.template.js, line 46