Issue
- In this article we will discuss the deprecation of
liferay-ui:logo-selectorwhich was introduced with Liferay DXP 7.4 as a part of LPS-202768. Several features have been migrated toliferay-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 tologoURL. -
defaultLogo-> This parameter was used to set the condition for the default logo to be used. It was removed, and now it should automatically usedefaultLogoURLwhenlogoURLis not set. -
logoDisplaySelector-> This parameter was removed in the migration as it was no longer used. -
showButtons-> This parameter was replaced with adisabledone 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