Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过管理 GUI,我想将一个页面用作一组其他页面的父导航项。而不是一个容器。
有没有办法让这成为可能?
首先,您必须创建一个覆盖下拉模板的插件,因为默认情况下,Bootstrap 在导航栏中没有可点击的下拉菜单。
然后,当 navItem.type 为“container”时,您会希望插件覆盖导航表单以显示 Link 字段。
最后,您的插件需要自己的getBootstrapNav 函数,最好是在自定义服务中,它将链接注入下拉项。