Hello,
No, there is no properties tab, but on the
General tab you can see a
File name property which contains something like this:
~/CMSTemplates/CorporateSite/MyTemplateASPX.aspx
And this is a path to your filesystem, where the template is located. If you open this file, you will see a code for controls and web parts used on that template and you are looking for following web part:
<cms:cmslistmenu runat="server" ID="wM" Path="/%" ClassNames="CMS.MenuItem" MaxRelativeLevel="2" WhereCondition="MenuItemGroup <> 'footer' OR MenuItemGroup IS NULL" RenderCssClasses="True" />
Best regards,
Jan Hermann