We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ae4e9 commit a90092cCopy full SHA for a90092c
guides/internals/profiler.rst
@@ -448,6 +448,13 @@ profiler.
448
449
All blocks have access to the ``collector`` object.
450
451
+.. tip::
452
+
453
+ Built-in templates use a base64 encoded image for the toolbar (``<img
454
+ src="src="data:image/png;base64,..."``). You can easily calculate the
455
+ base64 value for an image with this little script: ``echo
456
+ base64_encode(file_get_contents($_SERVER['argv'][1]));``.
457
458
To enable the template, add a ``template`` attribute to the ``data_collector``
459
tag in your configuration:
460
0 commit comments