Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

AEM Customizing Content Fragment UI Component: Properties won't show up

Avatar

Level 5

I was trying to add color picker as shown in the following blogpost: https://blogs.perficient.com/2020/10/20/adding-a-color-picker-to-the-aem-content-fragment-model-edit...

 

In the step where we need to add metadata to color-picker node, here's how it looks for me:

spidey1405_0-1663668573497.png

But when I save it and try to create content fragment, it shows me no properties:

spidey1405_1-1663668605331.png

 

Can someone help me understand what exactly am I missing?

6 Replies

Avatar

Community Advisor

I just tried this and it worked for me. i was able to set the properties and create the model/fragment and able to set the color.  Do you see any error in log or browse console? 

Avatar

Level 5

HEY @Saravanan_Dharmaraj 

Thanks for the response

Hmm I don't see any error logs except for this warning:

launch-ecac20614ce5.min.js:9 container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead

Avatar

Community Advisor

hi @spidey1405 

 

What is the AEM version and the service pack available in the environment?

 

I once faced this issue and followed the below link according to my AEM version. hope this works for you.

 

http://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-dialog-color-picker-...

 

And also on the other notes, If you see any browser console please let me know. Even i faced console issue which i don't recall as of now but if i see that error message i can help

Avatar

Level 5

Hey @Jagadeesh_Prakash 

Thanks for the response.

I don't see any error logs except:

launch-ecac20614ce5.min.js:9 container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead

How can I check for this:

What is the AEM version and the service pack available in the environment?

Avatar

Community Advisor

@spidey1405 

 

I don't think that this could be the reason for the issue. But anyways please check if below link is useful for you 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/i-am-getting-this-...

 

 

You can see the version of AEM at below link. 

Jagadeesh_Prakash_0-1663852134454.png

 

http://localhost:4502/welcome

 

 

 

Avatar

Level 5

Hmm this also didn't solve my issue. Do I manually need to change pom file? My build i succeesful but the component just won't show up