Skip to content

Commit

Permalink
Merge pull request Sylius#8092 from samanmohamadi/patch-2
Browse files Browse the repository at this point in the history
Update your_first_grid.rst
  • Loading branch information
lchrusciel committed May 24, 2017
2 parents 77277a6 + 35ed37d commit db4a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bundles/SyliusGridBundle/your_first_grid.rst
Expand Up @@ -54,7 +54,7 @@ Now we can configure our first grid:
type: twig
label: sylius.ui.enabled
options:
template: SyliusAdminBundle:Grid/Field:enabled.html.twig # This will be a checkbox field
template: SyliusUiBundle:Grid/Field:enabled.html.twig # This will be a checkbox field
Remember to import your grid in the ``app/config/grids/grids.yml`` file which has to be imported in the ``app/config/config.yml``.

Expand Down

0 comments on commit db4a9f4

Please sign in to comment.