Skip to content

Commit

Permalink
[TASK] Display new search on search page (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Dec 3, 2024
1 parent 06cbf57 commit dff3a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ parameters:
assets:
css:
header:
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.17.4/css/theme.css'
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.22.1/css/theme.css'
footer:
js:
header:
- 'https://typo3.azureedge.net/typo3infrastructure/universe/dist/webcomponents-loader.js'
- 'https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js'
footer:
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.18.0/js/popper.min.js'
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.18.0/js/bootstrap.min.js'
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.18.0/js/theme.min.js'
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.22.1/js/popper.min.js'
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.22.1/js/bootstrap.min.js'
- 'https://typo3.azureedge.net/typo3documentation/theme/typo3-docs-theme/0.22.1/js/theme.min.js'

services:
# default configuration for services in *this* file
Expand Down
1 change: 1 addition & 0 deletions templates/partial/base/page_header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
class="d-none d-md-inline">Search</span></button>
</div>
</form>
<div id="global-search-root"></div>
</search>
</div>
</div>
Expand Down

0 comments on commit dff3a77

Please sign in to comment.