This topic contains 3 replies, has 2 voices, and was last updated by mdegoo 8 years, 2 months ago.
-
Topic
-
Hi all,
I’m working on a new UIBundle extending OroUIBundle. The process succed using the “getParent()” way.
All work well but now I’m trying to work on the application_menu.html.twig template which is call as “application_menu” in “oro/…/config/navigation.yml”.Here we have a path “OroUIBundle:Menu:application_menu.html.twig” and I have some questions:
1. Where is the menu folder in UIBundle? I can find just one Menu:application_menu.html.twig only in NavigationBundle…
2. When i try override application_menu with “template: ‘MyNewUIBundle:Menu:application_menu.html.twig'”, BAP can’t see my views/Menu/. How this works?
3. Am’I supposed to extend Navigation bundle for work on the application_menu or can I
just normaly use it in my ‘MyNewUIBundle:Menu’…?Can someone provide some advice on this?
Thanks!
The forum ‘OroPlatform – HTML, JavaScript, CSS, Design Questions’ is closed to new topics and replies.