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.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @lone_Ranger ,
Those properties are Dynamic Media properties and it can be enabled via Image Component policies".
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.
Hi,
you have to enable it from the component policy.
Please check
Hi @lone_Ranger ,
Those properties are Dynamic Media properties and it can be enabled via Image Component policies".
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.
after enabling it i didn't see changes in dialogue @Kishore_Kumar_
Hi @Kishore_Kumar_ ,
Actually concern is after enabling DM features..... then i can see the updated dialog? or i need to follow more steps?
This should be the result but ..mine one is not getting updated!
Hi @lone_Ranger ,
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.
Views
Likes
Replies