fix: add rendering logic for optional link and preamble
This commit is contained in:
@@ -23,6 +23,7 @@ export type Shortcut = {
|
||||
export type DynamicContent = {
|
||||
component: DynamicContentComponents
|
||||
title: string
|
||||
preamble: string
|
||||
link: { linkConnection: Edges<PageLink>; link_text: string }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user