Expand my Community achievements bar.

XML Editor UI configuration not available in custom folder profile

Avatar

Level 2

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

1 Reply

Avatar

Employee

@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.