link module - blockpress/blockpress.me GitHub Wiki

The link module is the simplest form of Link module. Just pass a url, any url, as the args in string format, and menu item for that url will appear in the main menu.

{"label": "BlockPress", "type": "link", "args": "https://blockpress.me"},

Back to Modules page