Hello everyone !

I meeting a problem that's getting me stuck for hours now...

I have a plugin installed, using generator.yml.
It is actually plugins/sfSimpleCMSPlugin/modules/sfSimpleCMSAdmin/
config/generator.yml, but I guess it would happen with any plugin's
generator.

I would like to override that, therefore I create a new module in by
backend app that is called sfSimpleCMSAdmin.

In my app sfSimpleCMSAdmin, I create a config folder, and inside there
a generator.yml.
Here's the code in there :
---
generator:
  class:          sfPropelAdminGenerator
  param:
    model_class:  sfSimpleCMSPage
    theme:        default

    list:
      display: [ -, id, title]
---

Quite simple...

But the result is that I keep the plugin's generator.yml, with id and
title columns added !
I would like to clear the whole thing and fully rewrite that
generator.yml.

Any idea why and how ?

Thank you all !
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to