dklemmt / contao_dk_mmenu

Implementation of mmenu as extension for Contao Open Source CMS
15 stars 16 forks source link

update mmenu to 8.3.0, add columns, add polyfill option #39

Closed mirkogleibe closed 5 years ago

mirkogleibe commented 5 years ago

Hey, we needed the new polyfill version included in 8.3.0 to make it work in IE10+. Added an option for that in tl_module cause normally you won't need it, modified the js_mmenu for that and also added an index for css/js files to match encore caching, if used. This doesn't have any effect to the normal loading behavior of this files. Finally the columns addon (https://mmenujs.com/docs/addons/columns.html) was added in basic version, cause we also need it.

Hope everything is fine. If you want some changes, just leave a message. (Sorry for the idea problem, missed it in the gitignore)

fritzmg commented 5 years ago

Hm, it seems that your PR did not start with the latest master version, as it tries to update from pre-3.x to 3.x. Can you please create a new, clean PR?

mirkogleibe commented 5 years ago

okay