File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ flowchart LR
4949
5050``` mermaid
5151flowchart LR
52- Template( @SyliusAdminUi/crud/create.html.twig) --> Hook{ Hook 'create'}
52+ Template[" @SyliusAdminUi/crud/create.html.twig"] --> Hook[" Hook: 'create'"]
5353
54- Hook --> Sidebar([ @SyliusBootstrapAdminUi/shared/crud/common/sidebar.html.twig])
55- Hook --> Navbar([ @SyliusBootstrapAdminUi/shared/crud/common/navbar.html.twig])
56- Hook --> Content([ @SyliusBootstrapAdminUi/shared/crud/common/content.html.twig])
54+ Hook --> Sidebar[" @SyliusBootstrapAdminUi/shared/crud/common/sidebar.html.twig"]
55+ Hook --> Navbar[" @SyliusBootstrapAdminUi/shared/crud/common/navbar.html.twig"]
56+ Hook --> Content[" @SyliusBootstrapAdminUi/shared/crud/common/content.html.twig"]
5757```
5858
5959### Index
You can’t perform that action at this time.
0 commit comments