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
- Extendable settings model and Filament resource to store CMS settings and images.
17
18
- Redirect support for when slugs are renamed
18
19
- Sitemap generation
@@ -117,6 +118,90 @@ The package contains a pre-configured panel. You can register the panel in the `
117
118
118
119
If you want you can build your own panel from the provided resources.
119
120
121
+
## Menu builder
122
+
123
+
The package includes a powerful hierarchical menu builder with a drag-and-drop interface for creating navigation menus. Menus support multiple types of links and can be easily styled with custom templates.
124
+
125
+
### Features
126
+
127
+
-**Hierarchical structure** - With configurable max depth per menu
128
+
-**Multiple link types** - Internal routes, external URLs, and linkable models (Pages or your own project model)
129
+
-**Drag & drop management** - Intuitive tree interface for reordering and nesting items
130
+
-**Multiple menu styles** - Default, horizontal, vertical, and dropdown templates included
131
+
-**Translation support** - Multilingual menu labels with locale-aware URLs
132
+
-**Conditional visibility** - Show/hide menu items without deleting them
133
+
-**Icon support** - Optional icons for menu items (basic implementation currently)
134
+
-**Dynamic labels** - Use model titles or custom labels for linked content
135
+
136
+
### Adding linkable models
137
+
138
+
To make your models available in the menu builder, add them to the configuration:
0 commit comments