This commit is contained in:
nixa 2016-08-22 23:26:59 +03:00
parent d5de85f567
commit 7c4ffc02ce

View file

@ -72,7 +72,7 @@ All menu items information is defined inside the <code>data</code> property of a
selected: <span class="literal">false</span>, <span class="comment">// selected or not</span>
expanded: <span class="literal">false</span>, <span class="comment">// expanded or not (if item has children)</span>
order: <span class="number">0</span>, <span class="comment">// item order in the menu list,</span>
hidden: <span class="literal">true</span> <span class="comment">// hide menu item from a list but keep related features (breadcrums, page title)</span>
hidden: <span class="literal">true</span> <span class="comment">// hide menu item from a list but keep related features (breadcrumbs, page title)</span>
}
}
}