Open laurabennett opened 3 years ago
After searching the codebase I found this file https://github.com/OliveStudio/olivemenus/blob/master/src/services/OlivemenusService.php
I believe this is the list:
menu-id
menu-class
ul-class
without-container
without-ul
li-class
link-class
sub-menu-ul-class
Here's a PR to add the list to the menu items page.
Looking for how to use the config options to customize top level nav such as add a class or id to the
. I figured out without-ul from build notes but it would be nice to have a full list of valid parameters. Thanks!