Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe authored Aug 13, 2024
1 parent 0f4bceb commit 49d41fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ Override forms by creating `templates/bundles/SyliusAdminBundle/Product/Tab/_det
</div>
```

`templates/bundles/SyliusAdminBundle/Product/ProductVariant/Tab/_details.html.twig`
`templates/bundles/SyliusAdminBundle/ProductVariant/Tab/_details.html.twig`

**Note.** Depending on your Sylius version, it may be `templates/bundles/SyliusAdminBundle/ProductVariant/Tab/_details.html.twig` file path. Please check the path in your vendor directory.
**Note.** Depending on your Sylius version, it may be `templates/bundles/SyliusAdminBundle/Product/ProductVariant/Tab/_details.html.twig` file path. Please check the path in your vendor directory.

```twig
{% from '@SyliusAdmin/Macro/translationForm.html.twig' import translationForm %}
Expand Down

0 comments on commit 49d41fb

Please sign in to comment.