Design dialog values not reflecting in edit dialog Core Image V2 component | Community
Skip to main content
September 17, 2020
Solved

Design dialog values not reflecting in edit dialog Core Image V2 component

  • September 17, 2020
  • 1 reply
  • 1194 views

I am trying to extend core image v2 component with some additional properties in the edit dialog. Everything works fine. When we try to modify something in the design dialog ( for ex : Check "Get alt value from DAM" in the design dialog). The same property is not checked in the edit dialog in edit mode. 

Similary, i disabled "allowUpload" property in design mode, still I get the option to browse file from system.

How do I enable or disable these properties, in the template design so that it reflects the same in edit mode? 

P.S : We are using static temp

 

Below is the image in design mode 

 

Below is the image in edit mode 

lates.

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 Vijayalakshmi_S

Hi @padmaja_seshadri,

Regarding allowUpload, per core components version 2.8.0, allowUpload property is not set at first place on asset/fileupload resource (/apps/core/wcm/components/image/v2/image/cq:dialog/content/items/tabs/items/asset/items/columns/items/column/items/file). Design value of the same (using cqDesign) is not used and hence no effect. 

For the other field (Alternative text from DAM), can you confirm if the design values are persisted in /etc/designs/.. path (provided the design path is set so for your project in case of static template)

Also, share the core components version that you are using. 

 

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
September 17, 2020

Hi @padmaja_seshadri,

Regarding allowUpload, per core components version 2.8.0, allowUpload property is not set at first place on asset/fileupload resource (/apps/core/wcm/components/image/v2/image/cq:dialog/content/items/tabs/items/asset/items/columns/items/column/items/file). Design value of the same (using cqDesign) is not used and hence no effect. 

For the other field (Alternative text from DAM), can you confirm if the design values are persisted in /etc/designs/.. path (provided the design path is set so for your project in case of static template)

Also, share the core components version that you are using. 

 

September 17, 2020

Hi @vijayalakshmi_s  ,

 We are using Core components version 2.7.0 

 Yes, the design persists in the design path. ( we have recently changed our design path from 'etc/designs/' to '/apps/settings/--').