我正在为需要开发的新 Grails Web 应用程序测试 ui 和主题。
我想知道是否可以在我的应用程序中覆盖主题区域( http://grailsrocks.github.io/grails-platform-ui/guide/creatingThemes.html#themeRequiredZones )。
我知道主题布局和 ui 集模板(http://grailsrocks.github.io/grails-platform-ui/guide/advanced.html#advancedOverridingThemeLayouts)是可能的。
具体在我的测试应用程序中,我想覆盖:
<theme:layoutTemplate name="header"/>
/grails-app/views/_themes/Bootstrap/_header.gsp
和
<theme:layoutZone name="navigation"/>
/grails-app/views/_themes/Bootstrap/default/_navigation.gsp
这是我的 Config.groovy:
compile ":platform-ui:1.0.RC3"
runtime ':bootstrap-theme:1.0.RC3'
grails.plugin.location.'grails-platform-ui-scaffolding' = "../grails-platform-ui-scaffolding"