Update single card restriction (#25841)

This commit is contained in:
Johan Vromans 2023-01-23 18:23:01 +01:00 committed by GitHub
parent fd2f144378
commit 5da3176894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
type: view type: view
title: Panel View title: Panel View
sidebar_label: Panel sidebar_label: Panel
description: "The panel view shows 1 card in the fullwidth of the screen." description: "The panel view shows a single card in the full width of the screen."
--- ---
In this view the first card is rendered full-width, other cards in the view will not be rendered. The view must have exactly one card. This card is rendered full-width.
This view doesn't have support for badges. This view doesn't have support for badges.
@ -16,4 +16,4 @@ type:
required: true required: true
description: "`panel`" description: "`panel`"
type: string type: string
{% endconfiguration %} {% endconfiguration %}