Skip to content

Commit e3a80a4

Browse files
committed
Implemented all suggestions
1 parent f1de079 commit e3a80a4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)