oo

Theme Favicon YAML Configuration Reference

You can define a theme favicon client extension with a client-extension.yaml file.

Usage Details

This client-extension.yaml file defines a theme favicon client extension:

able-theme-favicon:
    name: Able Theme Favicon
    type: themeFavicon
    url: favicon.ico

The required url property defines the favicon icon image’s location. This image becomes a new favicon option for every page when the client extension is deployed.

The example workspace contains a complete theme favicon client extension.

YAML Properties

These properties are specific to theme favicon client extensions:

Name Data Type Description
url URL (Required) The path to the icon image file. The complete URI is prefixed by the baseURL value.

See Frontend Client Extension Properties for properties common to all frontend client extensions.