Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Image Component v2 not rendering cq: dialogue property

Avatar

Level 4

Hi @All,

i have inherited image core component ...... i want to use all the property present in there like preset type, Image preset etc...

but when i am trying to do it's not showing most of the property. only showing these property.

saurabh_kumar_02_0-1630857290184.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @saurabh_kumar_02 ,

 

Those properties are Dynamic Media properties and it can be enabled via Image Component policies".

 

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/image.ht...

 

kishorekumar14_0-1630905354312.png

 

But before that just checking if you have integrated with "Dynamic Media Scene7" ? Because if you see the OOTB code "Enable DM Features" checkbox property is getting rendered based on the Feature Flags.

 

/libs/core/wcm/components/image/v2/image/cq:design_dialog/content/items/tabs/items/properties/items/content/items/enableDmFeatures/granite:rendercondition

 

and checking the condition via Features (http://localhost:4502/system/console/features) console, It is set to false.

 

kishorekumar14_1-1630905524686.png

So i guess this "Enable DM features" checkbox will get rendered only if you integrate with "AEM Assets Dynamic Media Scene7" and you can use those preset/crop properties only after this integration.

View solution in original post

6 Replies

Avatar

Correct answer by
Community Advisor

Hi @saurabh_kumar_02 ,

 

Those properties are Dynamic Media properties and it can be enabled via Image Component policies".

 

https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/image.ht...

 

kishorekumar14_0-1630905354312.png

 

But before that just checking if you have integrated with "Dynamic Media Scene7" ? Because if you see the OOTB code "Enable DM Features" checkbox property is getting rendered based on the Feature Flags.

 

/libs/core/wcm/components/image/v2/image/cq:design_dialog/content/items/tabs/items/properties/items/content/items/enableDmFeatures/granite:rendercondition

 

and checking the condition via Features (http://localhost:4502/system/console/features) console, It is set to false.

 

kishorekumar14_1-1630905524686.png

So i guess this "Enable DM features" checkbox will get rendered only if you integrate with "AEM Assets Dynamic Media Scene7" and you can use those preset/crop properties only after this integration.

Hi @Kishore_Kumar_ ,

Actually concern is after enabling DM features..... then i can see the updated dialog? or i need to follow more steps?

saurabh_kumar_02_0-1631093726855.png

This should be the result but ..mine one is not getting updated!

 

 

Avatar

Community Advisor

Hi @saurabh_kumar_02 ,

 

If you have dynamic media account and configured with AEM and then enabled DM feature via Image component policy those properties should ideally be visible to you. else it won't.