File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class SuppliersStatisticsFilter implements ConfigurableFilterInterface
4848
4949And the form type:
5050
51- {% code title="src/Grid/Filter/SuppliersStatisticsFilter .php" lineNumbers="true" %}
51+ {% code title="src/Grid/Filter/SuppliersStatisticsFilterType .php" lineNumbers="true" %}
5252``` php
5353<?php
5454
@@ -86,8 +86,7 @@ class SuppliersStatisticsFilterType extends AbstractType
8686Create a template for the filter, similar to the existing ones:
8787
8888{% code title="templates/Grid/Filter/suppliers_statistics.html.twig" lineNumbers="true" %}
89- ``` html
90- #
89+ ``` twig
9190{% form_theme form '@SyliusUi/Form/theme.html.twig' %}
9291
9392{{ form_row(form) }}
@@ -130,7 +129,7 @@ sylius_grid:
130129{% endcode %}
131130{% endtab %}
132131
133- {% tab title="YAML " %}
132+ {% tab title="PHP " %}
134133{% code title="config/packages/sylius_grid.php" lineNumbers="true" %}
135134` ` ` php
136135<?php
You can’t perform that action at this time.
0 commit comments