cx-composer--for=liferay

Theme Favicon

Ship a custom favicon.

type: themeFavicon·Frontend·Liferay docs →

# 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

  1. 01Put your favicon.ico under assets/.
  2. 02Reference it in url:.

# required fields

fieldtypedescription
urlrequiredstringPath to the .ico file.

# optional fields

fieldtypedescription
namestringDisplay name.

# example

client-extension.yaml
my-favicon:
    type: themeFavicon
    name: Company Favicon
    url: favicon.ico

# more in frontend