Skip to content

Commit d0a0c29

Browse files
committed
Menu: Document items option
Fixes jquerygh-229
1 parent bf45658 commit d0a0c29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

entries/menu.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
103103
</ul>
104104
</desc>
105105
</option>
106+
<option name="items" type="String" default='"> *"' example-value='".custom-item"' init-only="true" added="1.11.0">
107+
<desc>
108+
<p>Selector for the elements that sreve as the menu items.</p>
109+
<div class="warning"><strong>Note:</strong> The <code>items</code> option should not be changed after initialization.</div>
110+
</desc>
111+
</option>
106112
<option name="menus" type="String" default='"ul"' example-value='"div"' init-only="true">
107113
<desc>
108114
<p>Selector for the elements that serve as the menu container, including sub-menus.</p>

0 commit comments

Comments
 (0)