Rich Text Indentation and Image Insertion Not Working in EDS Xwalk Project | Community
Skip to main content
Level 2
May 18, 2026
Question

Rich Text Indentation and Image Insertion Not Working in EDS Xwalk Project

  • May 18, 2026
  • 2 replies
  • 70 views

Hi everyone,

I am currently working on an EDS Xwalk project. According to the following Adobe documentation:

The RTE should support features such as indentation and image insertion. However, in our actual Xwalk project, these options do not appear in the toolbar.

Our users need to use tables and images within the rich text field. Does the Xwalk project currently lack support for these features?

Additionally, is there any detailed documentation, component definitions, or specifications specifically for Xwalk? Most of the resources we found so far seem to focus primarily on DA (Document Authoring).

 

[Official Documentation Screenshot]

[Actual UI Screenshot]

 

2 replies

Level 2
August 4, 2026

Hi ​@Ben_Hu , 

This is a known limitation in EDS Rich Text Editor (RTE). As a workaround, you can use block options to provide variations such as indentation and Image Insertion. Authors can then select the appropriate variation based on their use case.

When a variation is selected, a corresponding CSS class is added to the parent element. This class can be leveraged in your JavaScript and CSS to implement the required functionality, such as applying indentation styles or adding image.

salamswapnil
Community Advisor
Community Advisor
August 6, 2026

Hi ​@Ben_Hu

You can refer this document to configure RTE in Universal Editor.
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/configure-rte

Many of the RTE features are not supported for XWalk project though.