내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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 채택된 해결책 개

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.

원본 게시물의 솔루션 보기

1 답변 개

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.