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``:
176
176
177
177
.. code-block :: jinja
178
178
179
- <<<<<<< HEAD
180
179
{{ include('@App/data_collector/icon.svg') }}
181
- =======
182
- {{ include('@WebProfiler/Icon/my_collector.svg') }}
183
- >>>>>>> Implemented all suggestions
184
180
185
181
You are encouraged to use the latter technique for your own toolbar panels.
186
182
@@ -204,23 +200,14 @@ must also define additional blocks:
204
200
{% endset %}
205
201
206
202
{# the 'link' value is now set to 'true', which allows the user to click
207
- <<<<<<< HEAD
208
203
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
212
204
value, you can omit the 'link' parameter entirely #}
213
205
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: true }) }}
214
206
{% endblock %}
215
207
216
208
{% block head %}
217
- <<<<<<< HEAD
218
209
{# Optional, you can here link to or define your own CSS and JS contents #}
219
210
{# {{ 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
224
211
{% endblock %}
225
212
226
213
{% block menu %}
You can’t perform that action at this time.
0 commit comments