答案 0 :(得分:1)
您可以使用网站空间的XML定义添加更多导航。 sulu-minimal存储库中的默认Web空间位于app/Resources/webspaces/example.com.xml
,并且已经包含一个navigation
标记。
您可以添加更多这样的上下文:
<webspace>
<!-- other tags -->
<navigation>
<contexts>
<context key="main">
<meta>
<title lang="en">Main Navigation</title>
</meta>
</context>
<context key="footer">
<meta>
<title lang="en">Footer Navigation</title>
</meta>
</context>
</contexts>
</navigation>
<!-- other tags -->
</webspace>