OliveStudio / olivemenus

A powerful menus plugin for Craft CMS built for the need of simplicity and flexibility
MIT License
40 stars 22 forks source link

Documentation of options #51

Open laurabennett opened 3 years ago

laurabennett commented 3 years ago

Looking for how to use the config options to customize top level nav such as add a class or id to the

japo32 commented 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
japo32 commented 3 years ago

Here's a PR to add the list to the menu items page.

https://github.com/OliveStudio/olivemenus/pull/52