We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943636f commit f4f56e2Copy full SHA for f4f56e2
doc/design.rst
@@ -51,16 +51,19 @@ For example::
51
└─ templates/
52
└─ bundles/
53
└─ EasyAdminBundle/
54
+ ├─ layout.html.twig
55
+ ├─ menu.html.twig
56
├─ crud/
57
+ │ ├─ index.html.twig
58
+ │ ├─ detail.html.twig
59
│ └─ field/
60
│ ├─ country.html.twig
61
│ └─ text.html.twig
62
├─ label/
63
│ └─ null.html.twig
- └─ crud/
- ├─ index.html.twig
- ├─ form.html.twig
- └─ paginator.html.twig
64
+ └─ page/
65
+ ├─ content.html.twig
66
+ └─ login.html.twig
67
68
Instead of creating the new templates from scratch, you can extend from the
69
original templates and change only the parts you want to override. However, you
0 commit comments