Hi,
I don't know how to override templates and/or actions of a plugin
about an application.
I created "plugins/TOTOPLUGIN/modules/TOTO"
I have a schema.yml
app:
TOTOPLUGIN:
modules:
mymodule1:
class: MyModule
mymodule2:
class: MyModuleTwo
In my plugin "plugins/TOTOPLUGIN/modules/TOTO", I created a
'config.php' which make routing for 'mymodule1' and 'mymodule2'.
We'll have routes like that: TOTOPLUGIN_%%module%%
(doctrineCollection) and other routes more specifics.
What i would like to do is to override templates and actions of
"plugins/TOTOPLUGIN/modules/TOTO/templates /actions" about "app/" or
an other path.
But i don't want to use on my plugin method like if(file_exists(...))
'x template' else 'y template'
Do you know an issue to help me ?
Thank you.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---