You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2021. It is now read-only.
Application Configurations Add navigation container, and database migrations and seeder, this will be used to built menu/navigation tree in front-end and will be part of zero configurations.
Each module may be required to add menu items in navigation. It may have its own main menu item, or it can be added as sub menu item to main menu item provided by core modules or other custom modules. This is custom functionality we will use to build navigation tree, and in permissions and feature management.
Create migration for navigation.
Analyse core modules, identify menus/sub menus and create seeder for core modules.
Create seeder for main menus for
Settings, each module can add some sub menu item under settings to hold settings for that module.
Check other possible main menus that should be part of this.
Update custom modules, and navigation seeder that module provides.
The text was updated successfully, but these errors were encountered:
smurtazakazmi
changed the title
Add navigation mode, and database migrations and seeder
Create navigation container, to manage site navigation.
Jul 12, 2020
smurtazakazmi
changed the title
Create navigation container, to manage site navigation.
Navigation: Create navigation container, to manage site navigation
Nov 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Application Configurations Add navigation container, and database migrations and seeder, this will be used to built menu/navigation tree in front-end and will be part of zero configurations.
Each module may be required to add menu items in navigation. It may have its own main menu item, or it can be added as sub menu item to main menu item provided by core modules or other custom modules. This is custom functionality we will use to build navigation tree, and in permissions and feature management.
The text was updated successfully, but these errors were encountered: