Hi guys,
I wanted to customize the below component, to hide the image and if I change the code by leaving the
image element empty I still have the image placeholder, which is not what I want.
"intro" : {
"source": "summary",
"text": "local://intro",
"textColor": "#0686d8",
"image": " "
},
I was able to hide that image by modifying the code on the Summary component itself on react-dom-chunky by changing the style to display: "none" but this will be overwritten when I run npm i again. So what is the right way to accomplish this?
Thank you.
Cristi
Hi guys,
I wanted to customize the below component, to hide the image and if I change the code by leaving the
image element empty I still have the image placeholder, which is not what I want.
I was able to hide that image by modifying the code on the Summary component itself on react-dom-chunky by changing the style to
display: "none"but this will be overwritten when I run npm i again. So what is the right way to accomplish this?Thank you.
Cristi