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>({
2929 name,
3030 } ,
3131
32- // Navigation
33- navigation : {
34- primary : [ ] ,
35- secondary : [ ] ,
36- altPrimary : [ ] ,
37- altSecondary : [ ] ,
38- } ,
39-
4032 // Footer
4133 footer : {
4234 copyright : '' ,
Original file line number Diff line number Diff line change @@ -8,30 +8,8 @@ interface Email extends CoreEmailOptions {
88 }
99}
1010
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-
2411// Page interface
2512interface PageModuleOptions {
26- /**
27- * Navigation options
28- */
29- navigation ?: {
30- primary ?: Link [ ]
31- secondary ?: Link [ ]
32- altPrimary ?: TitledLinks [ ]
33- altSecondary ?: Link [ ]
34- }
3513
3614 /**
3715 * Footer options
You can’t perform that action at this time.
0 commit comments