Skip to content

Commit 4d69296

Browse files
committed
fix: fix navbar schema validation (BDS-291)
Headline should allow any renderable value for 'text', not just a string
1 parent 9af925e commit 4d69296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/bolt-headline/headline.schema.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ required:
55
- text
66
properties:
77
text:
8-
type: string
9-
description: Text content of the headline.
8+
type: [string, object, array]
9+
description: Renderable text content of the headline.
1010
tag:
1111
type: string
1212
description: Html tag.

0 commit comments

Comments
 (0)