From f21248f3d6a7ca23e27a57288099e4ecbe57379b Mon Sep 17 00:00:00 2001 From: manuelblum Date: Fri, 29 Nov 2024 13:26:02 +0100 Subject: [PATCH] Docs fix lint error iframebridge (#2854) --- docs/docs/preview/iframebridge/IFrameBridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/preview/iframebridge/IFrameBridge.md b/docs/docs/preview/iframebridge/IFrameBridge.md index 57aa4f4550..557c480273 100644 --- a/docs/docs/preview/iframebridge/IFrameBridge.md +++ b/docs/docs/preview/iframebridge/IFrameBridge.md @@ -21,7 +21,7 @@ There are several messages that can be sent between the Comet Admin and the Bloc | `IFrameOpenLinkMessage` | Site | @deprecated | | `IFrameLocationMessage` | Site | @deprecated | | `IAdminBlockMessage` | Admin | The `IAdminBlockMessage` is sent from the admin to the site, which block should be displayed in the iFrame. | `iFrameBridge.sendBlockState()` | -| `IAdminShowOnlyVisibleMessage` | Admin | The `IAdminShowOnlyVisibleMessage` is sent from the admin to the site, indicating if hidden blocks should be rendered or not. | `iFrameBridge.sendShowOnlyVisible(true)` | +| `IAdminShowOnlyVisibleMessage` | Admin | The `IAdminShowOnlyVisibleMessage` is sent from the admin to the site, indicating if hidden blocks should be rendered or not. | `iFrameBridge.sendShowOnlyVisible(true)` | | `IAdminSelectComponentMessage` | Admin | The `IAdminSelectComponentMessage` is sent from the admin to the site, when a component is selected in the admin interface. | `iFrameBridge.sendSelectComponent("id")` | | `IAdminHoverComponentMessage` | Admin | The `IAdminHoverComponentMessage` is sent from the admin to the site, when a component is hovered in the admin interface. | `iFrameBridge.sendHoverComponent("id")` | | `IAdminContentScopeMessage` | Admin | The `IAdminContentScopeMessage` is sent from the admin to the site, when the content scope is changed in the admin interface. | `iFrameBridge.sendContentScope(scope)` |