sdebacker / TypiCMS

Multilingual CMS built with Laravel 4.2
MIT License
474 stars 119 forks source link

Enhance multi-lingual backend #61

Closed sdebacker closed 10 years ago

sdebacker commented 10 years ago

Use of block module for welcome message Use of Menu module for menus in backend

elvendor commented 10 years ago

:+1:

elvendor commented 10 years ago

@sdebacker what do you think about dynamic menus? For example I have a Category module, and I want all categories placed in one dropdown list by adding just one menulink with selected Module name as Category.

sdebacker commented 10 years ago

Why not, but how to deal when we have for example 500 categories ? For the moment I prefer to create this manually when needed.