Image Properties window is no longer available
Written By
Jamilly Macedo
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
- After updating the portal, we noticed that the Image Properties window no longer appears when editing images in a Web Content.
Environment
- Liferay DXP 7.2 with fix-pack-dxp-11-7210 or higher.
Resolution
- This behavior is due to LPS-127058 (included in the portal since Fix Pack 11), which has disabled Image Properties for AlloyEditor.
- To view the Image Properties window again, it is necessary to change the editor to CkEditor, adding the following properties in the portal-ext.properties file:
editor.wysiwyg.default=ckeditor
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor
Did this article resolve your issue ?