fix: add rendering logic for optional link and preamble

This commit is contained in:
Arvid Norlin
2024-04-18 15:44:53 +02:00
parent c8cb832350
commit b7782b61a7
5 changed files with 65 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ export type Shortcut = {
export type DynamicContent = {
component: DynamicContentComponents
title: string
preamble: string
link: { linkConnection: Edges<PageLink>; link_text: string }
}