Customizing the menu
Create a configuration, add custom pages and fill more details for your module
Setting up
local MODULE = {
-- ...
}
MODULE.menu = {
-- here we will customize our menu:
-- config = {},
-- pages = {},
-- details = {},
}
-- ...
return MODULEAdding configuration
Adding pages
Example
Adding details
Structure
Example
Last updated