Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

For RTL support on Experience fragment

Avatar

Level 6

On page, I have added dir=rtl to page.html, this is working on AEM site pages, but in XF how to do a similar flipping of components. 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

XF does not uses page component, it uses either core or foundation xf component , so you need to add there as well. I believe you can create your own xf component with rtl attribute within wrapper div in edit mode.

 

 

 

 

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

XF does not uses page component, it uses either core or foundation xf component , so you need to add there as well. I believe you can create your own xf component with rtl attribute within wrapper div in edit mode.