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