Skip to content

[Designer] The 'Add a Column' button does not work in the Adaptive Card Designer #9399

Description

@adamread85-afk

Problem Description

Creating a card layout in the online designer (https://adaptivecards.microsoft.com/designer.html) adding a column set shows a button which previously allowed users to "Add a Column". Clicking this button in Chrome or Edge does not work, making it impossible to design a column layout in the online designer without manually editing the json.

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.6",
    "body": [
        {
            "type": "TextBlock",
            "text": "Example card",
            "wrap": true
        },
        {
            "type": "ColumnSet"
        }
    ]
}

Screenshot

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions