signalpoint / commerce_drupalgap_app

A demonstration mobile app for Drupal Commerce with DrupalGap.
4 stars 6 forks source link

setting.js - requist #1

Open augustynen opened 9 years ago

augustynen commented 9 years ago

When you install the e-commerce drupal kickstart and you install the commerce_drupalgap_app the settings.js should look like this to work:

The main menu isn't showing in the original, sow I placed it to the user_menu_anonymous;

drupalgap.settings.menus['main-menu'] = {}; drupalgap.settings.menus['user_menu_anonymous'] = { links:[ { title: 'To carry', path: 'collection/carry/all' }, { title: 'To drink with', path: 'collection/drink/all' }, { title: 'To geek out', path: 'collection/geek/all' }, { title: 'To wear', path: 'collection/wear/all' } ] };

For some reason the hamburger menu (main_menu) doesn't show op....

signalpoint commented 9 years ago

@augustynen I can't read this, please correct the formatting, thanks.