Documentation Index
Fetch the complete documentation index at: https://mintlify.com/emmanueljarquin-sys/GrupoMecsaCMS/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Menus module allows you to create and manage navigation menus for your website. Define menu items, hierarchy, and links.Key Features
Hierarchical Menus
Create nested menu structures
Link Types
Internal pages, external URLs, or anchors
Menu Locations
Assign menus to header, footer, or sidebar
Order Control
Set display order for menu items
Menu Structure
Menus contain items with:- Label: Display text
- URL/Slug: Link target
- Parent: For nested items
- Order: Display position
- Location: Where menu appears
Database Table
Table:cms_menus
| Column | Type | Description |
|---|---|---|
id | integer | Primary key |
name | text | Menu name |
location | text | Menu placement |
items | jsonb | Menu items array |
is_active | boolean | Active status |
Next Steps
Pages
Link to pages in menus
Templates
Include menus in templates