RTE full options is not appearing in minimized view [AEM 6.5 cloud]
In Minimized view
in Maximized view
Any suggestions to make all options appear in the small view ?
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
Hi @Titus_Roby
In the RTE component's dialog in the uiSettings there are 2 items called inline & dialogFullScreen like below:
The inline option is for you minimized RTE dialog.
In the inline section you can add the rte options in the toolbar like below:
As you add other options here you will see those tools in your minimized RTE dialog.
- Asif Chowdhury
Hi @Titus_Roby
In the RTE component's dialog in the uiSettings there are 2 items called inline & dialogFullScreen like below:
The inline option is for you minimized RTE dialog.
In the inline section you can add the rte options in the toolbar like below:
As you add other options here you will see those tools in your minimized RTE dialog.
- Asif Chowdhury
If its okay , could you ping the .content.xml for the file ?
In mine AEM 6.5 (aem-sdk-2024.10.18311.20241017T104455Z-240900)
I do not see the dialogFullScreen
In order for the inline to appear, i would have to end up making the changes in /libs/core/wcm/components/text/v2/text
So do you recommend extending this and then modifying the cq dialog ?
조회 수
답글
좋아요 수
Hi @Titus_Roby
You can check the dialogFullScreen property in core components.
/apps/core/wcm/components/teaser/v2/teaser/cq:dialog/content/items/tabs/items/text/items/columns/items/column/items/descriptionGroup/items/description
As @AsifChowdhury mentioned, you have to add under inline dialog property as below to make it visible in minimized screen
Example :
Dialog view : (Minimized screen)
Hope this helps
Thanks,
Prathyusha
조회 수
답글
좋아요 수
I understand the reasoning behind Adobe's decision.
In minimized view, the limited options are perfectly fine.
When maximized, the additional click option uses a popover logic.
Trying to add those options to the minimized view degrades the authoring experience because the popover would be confined within the dialog.
Although customization is possible, as Prathyusha and Asif demonstrated,
it's not recommended due to the aforementioned reasons.
조회 수
답글
좋아요 수