Skip to content

Commit 0a7f23c

Browse files
authored
feat: update doc for new layouts symfony (#481)
1 parent 56b354b commit 0a7f23c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Resources/doc/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ lexik_translation:
8585
base_layout: "LexikTranslationBundle::layout.html.twig"
8686
```
8787
88+
For new symfony or twig versions:
89+
90+
```yml
91+
lexik_translation:
92+
base_layout: "@LexikTranslation/layout.html.twig"
93+
```
94+
8895
You can customize the edition grid by using input text or textarea fields.
8996
You can also shown/hidden similar columns on the grid. This means on the grid if a locale column is shown/hidden then similar locales columns will be shown/hidden too.
9097
(e.g.: if the col "en" is shown/hidden all "en_XX" cols will be shown/hidden too)

0 commit comments

Comments
 (0)