From 679aa66d098dc3a20c98695321896736d1a9cabf Mon Sep 17 00:00:00 2001 From: Ryan Vlaming Date: Mon, 26 Jan 2026 14:19:58 +0100 Subject: [PATCH] Remove FLUID_PLACEHOLDER_CARD documentation Removing this example as this is not a supported card type anymore for Fluid components. --- concepts/teams-messaging-overview.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/concepts/teams-messaging-overview.md b/concepts/teams-messaging-overview.md index 56f8feebc12..3b4ec567345 100644 --- a/concepts/teams-messaging-overview.md +++ b/concepts/teams-messaging-overview.md @@ -72,7 +72,7 @@ The following example shows the schema for an adaptive card attachment when the > **Note:** Microsoft Graph only supports cards that have the **OpenUrl** action set. Other actions like **ShowCard** aren't supported. Microsoft Graph does allow messages posted by bots that have other actions in them to be read. -The following example shows the schema for a Loop component as two attachments. +The following example shows the schema for a Loop component attachment. ```json "attachments": [ @@ -84,15 +84,6 @@ The following example shows the schema for a Loop component as two attachments. "name": null, "thumbnailUrl": null, "teamsAppId": "FluidEmbedCard" - }, - { - "id": "placeholderCard", - "contentType": "application/vnd.microsoft.card.codesnippet", - "contentUrl": null, - "content": "{}", - "name": null, - "thumbnailUrl": null, - "teamsAppId": "FLUID_PLACEHOLDER_CARD" } ], ```