Engine Branding

To make the engine branding work with your HTML Dialogs, be sure they are supporting the User Interface Branding or are based on the latest default templates.

Engine Cockpit Branding View

If you want to have an overview of your current branding resources or you want to change them at runtime, please have a look at the Engine Cockpit Branding view.

Configuration

Like the app.yaml, you can change Branding resources at runtime in the configuration/applications/<APPNAME>/branding directory. This is also the directory that is used by the Engine Cockpit.

configuration
└── applications
    └── <APPNAME>
        └── branding
            └── custom.css
            └── logo.png
            └── favicon.svg

Deployment

As detailed in the general application Deployment, you may deploy Branding resources within an app.zip in config/branding.

app.zip
├── config
│   └── app.yaml
│   └── branding
│       └── custom.css
│       └── logo.png
│       └── favicon.svg
├── base.iar
├── solution.iar
└── customer.iar

Default Branding

If your app has no Branding resources deployed or configured, the default Axon Ivy Branding resources are used to generate your interfaces.