fix(SW-856): fixed issues where blocks do not have titles/preambles
This commit is contained in:
@@ -7,6 +7,6 @@ export type HeaderProps = {
|
||||
}
|
||||
preamble?: string | null
|
||||
textTransform?: HeadingProps["textTransform"]
|
||||
title: string | null
|
||||
title?: string | null
|
||||
topTitle?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user