我正在使用symfony 1.4(lexpress symfony 1.5分支)和sfPropelORMPlugin with propel 1.6 我已使用此插件更新了我的管理生成器后端以使用bootstrap3主题: https://github.com/bgcc/sfBootstrapPropelAdminThemePlugin
我将管理员设置为在view.yml中为每个生成的管理模块使用此主题。
因此:
generator:
class: sfPropelGenerator
param:
model_class: Modelname
theme: bootstrap
我可以以某种方式为所有管理模块全局设置主题吗?
我已经尝试将generator.yml复制到应用程序级别配置中,只是定义了模板参数,但symfony需要一个模型名称。
感谢。
答案 0 :(得分:0)
这是不可能的,但是如果你想覆盖插件的模块generator.yml,你只需创建app/appName/modules/sfGuardUser/config/generator.yml
文件就可以了。从plugins/sfGuardPlugin/modules/sfGuardUser/config/generator.yml
复制并进行调整。其他模块也一样。