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

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

picker.html related to "cq:conf" property doesn't see children under /conf folder

Avatar

Level 4

Hello Adobe Community,

 

Wer're using AEM 6.5 and faced the problem that picker.html doesn't see the children under /conf/{someFolder}. E.g. this is the structure in crxde:

arturl43391132_0-1601381058139.png

And this is the result in UI (no children under these folders) (page properties, advanced):

arturl43391132_3-1601381232799.png

arturl43391132_1-1601381102745.png

Console errors (not sure that they can affect it because I see these errors every time I open dialog but other fields work good):

arturl43391132_2-1601381174360.png

Does anybody have any idea what's the problem of it?

Thanks in advacne.

 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Hi @arturl43391132,

Config path browser lists the configs under /conf which has folder named settings.

Per the screenshot shared, if you are expecting child configs under es_cl, then those child configs should have "settings" folder within.

Cross check if you have one. 

Have created similar structure in my local for testing.

Screenshot for reference:

Vijayalakshmi_S_0-1601391456383.png

Vijayalakshmi_S_1-1601391539049.png

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 4

/

Avatar

Level 4
Hi once again. We made some investigations and it turned out that every folder should have "settings" folder under it. If "settings" folder doesn't exist under some folder, chain is broken and you don't see it in UI. Can we overlay this behaviour somehow?

Avatar

정확한 답변 작성자:
Level 10

Hi @arturl43391132,

Config path browser lists the configs under /conf which has folder named settings.

Per the screenshot shared, if you are expecting child configs under es_cl, then those child configs should have "settings" folder within.

Cross check if you have one. 

Have created similar structure in my local for testing.

Screenshot for reference:

Vijayalakshmi_S_0-1601391456383.png

Vijayalakshmi_S_1-1601391539049.png

Avatar

Level 4
Hi, @Vijayalakshmi_S. Thanks for your answer. Is there any workaround to overlay/override behaviour in such way that it will work without "settings" folder. The situation is that we've migrated our configuration to use Sling Context Aware Configuration and its structure is logical without this folder. Thanks