Hi all,
I have a case where a plugin relies on autogenerated admin modules and
comes with customized generator.yml files (sfSimpleBlogPlugin to be
exact). In the plugin's generator file it lists 3 fields:
list:
display: [title, created_at, extract]
Now, I want to override this file and only show 2 fields:
list:
display: [title, created_at]
But this doesn't work. Extract is being added into it via the
configuration cascade, and I don't know how to suppress that. Any
ideas?
Thanks for any help,
and have a great day.
Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---