Image Component v2 not rendering cq: dialogue property | Community
Skip to main content
Level 4
September 5, 2021
Solved

Image Component v2 not rendering cq: dialogue property

  • September 5, 2021
  • 2 replies
  • 2080 views

Hi @1905403,

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.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kishore_Kumar_

Hi @lone_ranger ,

 

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.html?lang=en#responsive-features

 

 

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.

 

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.

2 replies

Kishore_Kumar_
Kishore_Kumar_Accepted solution
Level 9
September 6, 2021

Hi @lone_ranger ,

 

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.html?lang=en#responsive-features

 

 

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.

 

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.

Level 4
September 6, 2021

after enabling it i didn't see changes in dialogue @kishore_kumar_ 

Kishore_Kumar_
Level 9
September 6, 2021

Hi @lone_ranger ,

 

Are you using dynamic media assets ?