Skip to content

Changing a component #1

@cristofor-dev

Description

@cristofor-dev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions