-
-
Save Shininglow/f1c657dee8de2f90040555df03d88d74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menu.superGuacamole( { | |
threshold: 768, // Minimal menu width, when this plugin activates | |
minChildren: 3, // Minimal visible children count | |
childrenFilter: ‘.menu-item’, // Child elements selector | |
menuTitle: moreButtonText, // Menu title | |
menuUrl: ‘#’, | |
templates: { | |
menu: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment