We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0891e1 commit 6520fb3Copy full SHA for 6520fb3
doc/fields.rst
@@ -878,8 +878,8 @@ contents to the ``<head>`` and/or ``<body>`` elements of the backend pages::
878
->addCssFiles('bundle/some-bundle/foo.css', 'some-custom-styles.css')
879
->addJsFiles('admin/some-custom-code.js')
880
->addWebpackEncoreEntry('admin-maps')
881
- ->addHtmlContentToHead('<link rel="dns-prefetch" href="https://assets.example.com">')
882
- ->addHtmlContentToBody('<!-- generated at '.time().' -->')
+ ->addHtmlContentsToHead('<link rel="dns-prefetch" href="https://assets.example.com">')
+ ->addHtmlContentsToBody('<!-- generated at '.time().' -->')
883
;
884
885
By default, these web assets are loaded in all backend pages. If you need a more
0 commit comments