feat: implement new feature for enhanced user experience

This commit is contained in:
2026-05-17 14:19:45 +00:00
parent db968ab318
commit f332c707b7
214 changed files with 424 additions and 2562 deletions
-3
View File
@@ -56,7 +56,6 @@ type LocalizedText = {
interface MedialibEntry {
id?: string
_id?: string
file?: {
src?: string
type?: string
@@ -117,7 +116,6 @@ interface ContentBlockEntry extends LookupContainer<MedialibEntry> {
/** Content Entry from the CMS */
interface ContentEntry {
id?: string
_id?: string
_lookup?: Record<string, MedialibEntry | MedialibEntry[] | null>
active?: boolean
publication?: {
@@ -152,7 +150,6 @@ interface NavigationElement {
/** Navigation entry from the CMS */
interface NavigationEntry {
id?: string
_id?: string
language?: string
type?: "header" | "footer"
elements?: NavigationElement[]