Legacy Knowledge Base
Published Jun. 30, 2025

Deprecated liferay-ui:logo-selector taglib replacement for custom favicon integration

Written By

Brian Suh

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • In this article we will discuss the deprecation of liferay-ui:logo-selector which was introduced with Liferay DXP 7.4 as a part of LPS-202768. Several features have been migrated to liferay-frontend:logo-selector, but some have been deprecated.

Environment

  • Liferay DXP 7.4+
  • Quarterly Releases

Resolution

Changes to the liferay-frontend:logo-selector taglib:

  • currentLogoURL -> This parameter was renamed to logoURL.
  • defaultLogo -> This parameter was used to set the condition for the default logo to be used. It was removed, and now it should automatically use defaultLogoURL when logoURL is not set.
  • logoDisplaySelector -> This parameter was removed in the migration as it was no longer used.
  • showButtons -> This parameter was replaced with a disabled one in order to disable buttons when we don't want users to be able to change logo.
  • editLogoFn -> This parameter has been removed, as it was no longer used.
  • maxFileSize -> This parameter was removed as it was deprecated in the old taglib.
  • tempImageFileName -> This parameter was removed as it was unnecessary,

Additional Information

 

Did this article resolve your issue ?

Legacy Knowledge Base