File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,11 @@ block and set the value of two variables called ``icon`` and ``text``:
176176
177177 .. code-block :: jinja
178178
179+ <<<<<<< HEAD
179180 {{ include('@App/data_collector/icon.svg') }}
181+ =======
182+ {{ include('@WebProfiler/Icon/my_collector.svg') }}
183+ >>>>>>> Implemented all suggestions
180184
181185 You are encouraged to use the latter technique for your own toolbar panels.
182186
@@ -200,14 +204,23 @@ must also define additional blocks:
200204 {% endset %}
201205
202206 {# the 'link' value is now set to 'true', which allows the user to click
207+ <<<<<<< HEAD
203208 on it to access the web profiler panel. Since 'true' is the default
209+ =======
210+ on it to access to the web profiler panel. Since 'true' is the default
211+ >>>>>>> Implemented all suggestions
204212 value, you can omit the 'link' parameter entirely #}
205213 {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: true }) }}
206214 {% endblock %}
207215
208216 {% block head %}
217+ <<<<<<< HEAD
209218 {# Optional, you can here link to or define your own CSS and JS contents #}
210219 {# {{ parent() }} to keep the default styles #}
220+ =======
221+ {# Optional, here you can link to or define your own CSS and JS contents #}
222+ {# Use {{ parent() }} to keep the default styles #}
223+ >>>>>>> Implemented all suggestions
211224 {% endblock %}
212225
213226 {% block menu %}
You can’t perform that action at this time.
0 commit comments