$items public property
List of items in the nav widget. Each array element represents a single menu item which can be either a string or an array with the following structure: label: string, required, the nav item label. url: optional, the item's URL. Defaults to "#". visible: boolean, optional, whether this menu item is visible. Defaults to true. linkOptions: array, optional, the HTML attributes of the item's link. options: array, optional, the HTML attributes of the item container (LI). a