legacy-knowledge-base
公開されました 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

learn-legacy-article-disclaimer-text

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