Skip to content

How can i set shape for placeholder? #1422

@Dave-Redbrick

Description

@Dave-Redbrick

I want to make rect to roundRect but i doesn't affect at all.

        // ...
        placeholder: {
          options: {
            name: "subTitle",
            type: "body",
            x: "25%",
            y: "37%",
            w: "50%",
            h: "10%",
            shape: "roundRect",
            fill: {
              color: "#ffcf90",
            },
            line: {
              color: "000000",
              width: 1,
            },
            align: "center",
            fontSize: 14,
            rectRadius: 20,
          },
          text: "text",
        },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions