XML Editor UI configuration not available in custom folder profile | Community
Skip to main content
Level 2
March 19, 2025
Solved

XML Editor UI configuration not available in custom folder profile

  • March 19, 2025
  • 1 reply
  • 342 views

When i select global folder profile i can see the XML Editor UI configuration .But when i select the custom folder profile not getting reflected XML Editor UI configuration in new UI of AEM Guides.

AEM Guides version- com.adobe.fmdita-aemaacs-2025.2.0.209.zip

Custom folder profile not having option XML Editor UI configuration

Global folder profile can see the option XML Editor UI configuration

Any suggestion how to enable this option XML Editor UI configuration for custom folder profile in new UI of AEM Guides

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DivrajSingh

@dillipdi : If you deployed the custom profile through code, you may have to sync the JSON of property "profileConfigs" under your folder profile at "/var/dxml/folderprofiles/<profile-id>" 

Compare it with "profileConfigs" under "/var/dxml/folderprofiles/global-profile"

 

Depending on from which version you upgraded there can be new properties added like "XML_EDITOR_CSS_CONFIG", "EXPERIENCE_FRAGMENT_MAPPING", "XML_EDITOR_SNIPPETS"(updated)

 

Once these changes are made you can validate again.

1 reply

DivrajSingh
Adobe Employee
DivrajSinghAdobe EmployeeAccepted solution
Adobe Employee
April 2, 2025

@dillipdi : If you deployed the custom profile through code, you may have to sync the JSON of property "profileConfigs" under your folder profile at "/var/dxml/folderprofiles/<profile-id>" 

Compare it with "profileConfigs" under "/var/dxml/folderprofiles/global-profile"

 

Depending on from which version you upgraded there can be new properties added like "XML_EDITOR_CSS_CONFIG", "EXPERIENCE_FRAGMENT_MAPPING", "XML_EDITOR_SNIPPETS"(updated)

 

Once these changes are made you can validate again.