edit:
params:
title: "Edition du menu principal '{{ CmsCategory.title }}'"
tabs:
"Contenu":
"Texte": [ title ]
"Attributs":
"Création": [ [ online ], [ created_at, updated_at ] ]
fields: ~
actions:
save: ~
list: ~
Exception:
Method "ymlKey" for object "Admingenerator\GeneratorBundle\Builder\Propel\EditBuilderTemplate" does not exist in ../CommonAdmin/tabs.php.twig at line 14
It's ok if I don't use "tabs" key, for example:
edit:
params:
title: "Edition du menu principal '{{ CmsCategory.title }}'"
display:
"Texte": [ title ]
"Création": [ [ online ], [ created_at, updated_at ] ]
fields: ~
actions:
save: ~
list: ~
Something has changed in the config to add "tabs"?
Thanks!
Env: SF2.8 + Generator 2.0-beta43
I've got problem with this part of yml:
Exception:
It's ok if I don't use "tabs" key, for example:
Something has changed in the config to add "tabs"? Thanks!