✨ feat: implement new feature for enhanced user experience
This commit is contained in:
Vendored
-3
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user