File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,7 @@ block and set the value of two variables called ``icon`` and ``text``:
176176
177177 .. code-block :: jinja
178178
179- <<<<<<< HEAD
180179 {{ include('@App/data_collector/icon.svg') }}
181- =======
182- {{ include('@WebProfiler/Icon/my_collector.svg') }}
183- >>>>>>> Implemented all suggestions
184180
185181 You are encouraged to use the latter technique for your own toolbar panels.
186182
@@ -204,23 +200,14 @@ must also define additional blocks:
204200 {% endset %}
205201
206202 {# the 'link' value is now set to 'true', which allows the user to click
207- <<<<<<< HEAD
208203 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
212204 value, you can omit the 'link' parameter entirely #}
213205 {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: true }) }}
214206 {% endblock %}
215207
216208 {% block head %}
217- <<<<<<< HEAD
218209 {# Optional, you can here link to or define your own CSS and JS contents #}
219210 {# {{ 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
224211 {% endblock %}
225212
226213 {% block menu %}
You can’t perform that action at this time.
0 commit comments