File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,6 @@ export default defineNuxtModule<ModuleOptions>({
29
29
name,
30
30
} ,
31
31
32
- // Navigation
33
- navigation : {
34
- primary : [ ] ,
35
- secondary : [ ] ,
36
- altPrimary : [ ] ,
37
- altSecondary : [ ] ,
38
- } ,
39
-
40
32
// Footer
41
33
footer : {
42
34
copyright : '' ,
Original file line number Diff line number Diff line change @@ -8,30 +8,8 @@ interface Email extends CoreEmailOptions {
8
8
}
9
9
}
10
10
11
- // Link types
12
- interface Link {
13
- text : string
14
- to ?: string
15
- href ?: string
16
- icon ?: string
17
- openInNew ?: boolean
18
- }
19
- interface TitledLinks {
20
- title : string
21
- links : Link [ ]
22
- }
23
-
24
11
// Page interface
25
12
interface PageModuleOptions {
26
- /**
27
- * Navigation options
28
- */
29
- navigation ?: {
30
- primary ?: Link [ ]
31
- secondary ?: Link [ ]
32
- altPrimary ?: TitledLinks [ ]
33
- altSecondary ?: Link [ ]
34
- }
35
13
36
14
/**
37
15
* Footer options
You can’t perform that action at this time.
0 commit comments