Theme Favicon
Ship a custom favicon.
# description
Registers a `.ico` file as the site favicon.
UI extensions that render on Liferay pages or modify page appearance.
# when to use
- →You want to brand browser tabs with a custom icon.
- →You need to override the default Liferay favicon per site or tenant.
# how to use
- 01Put your
favicon.icounderassets/. - 02Reference it in
url:.
# required fields
| field | type | description |
|---|---|---|
urlrequired | string | Path to the .ico file. |
# optional fields
| field | type | description |
|---|---|---|
name | string | Display name. |
# example
client-extension.yaml
my-favicon:
type: themeFavicon
name: Company Favicon
url: favicon.ico