In principle, it should be possible to change the settings for the mobile menu in features.ini but in some cases this is not possible. Take, for example, the following:
[infinity-responsive-menu]
switch_width = 782
top_option_text = "Where to then?"
combine = false
The setting top_option_text is carried through to the javascript, but the combine option is not.
The default combine option fails for me when I have only one menu and it contains sub-menus - these are not displayed in the mobile menu unless combine is set to false. At present I have to override this in the cbox theme itself.
In principle, it should be possible to change the settings for the mobile menu in
features.inibut in some cases this is not possible. Take, for example, the following:The setting
top_option_textis carried through to the javascript, but thecombineoption is not.The default
combineoption fails for me when I have only one menu and it contains sub-menus - these are not displayed in the mobile menu unlesscombineis set to false. At present I have to override this in the cbox theme itself.