有没有一种方法可以更新generator.yml?我想为列表添加删除选项,但是什么也没发生。有人能帮我吗?我也尝试过隐藏或其他任何东西。无论我在dis文件中更改什么,它都不会实时更改。但是dis文件会生成该网站,因为becuz模板只会为该网站做些额外的事情。
generator:
class: sfDoctrineGenerator
param:
model_class: UserDocument
theme: custom_theme
non_verbose_templates: true
with_show: false
singular: ~
plural: ~
route_prefix: user_document
with_doctrine_route: true
actions_base_class: sfActions
config:
actions: ~
fields: ~
list:
display:
- _user_profile_id
- _doc_type
- =doc_value
#- doc_expired_at
#- updated_at
batch_actions: []
object_actions: []
actions: []
filter:
class: BackendUserDocumentFormFilter
form:
class: BackendUserDocumentForm
actions:
_save: ~
edit: ~
new: ~