feat(project-editor): add Navigation tab for header/flat footer nav

This commit is contained in:
sdarbinyan
2026-07-13 08:57:42 +04:00
parent 4d65386052
commit 16a134ca42
11 changed files with 232 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ export class ProjectEditorNavComponent {
{ id: 'static-pages', label: 'builder.staticPages' },
{ id: 'features', label: 'builder.marketplaceFeatures' },
{ id: 'languages', label: 'builder.languagesTab' },
{ id: 'navigation', label: 'builder.navigationTab' },
{ id: 'preview', label: 'builder.preview' },
];
}