Skip to content

Commit

Permalink
FRW-9083 Updated composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriyTsemma committed Feb 18, 2025
1 parent efa6bb6 commit 18bf607
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
38 changes: 19 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<form action="{{ data.searchUrl }}">
<div class="grid">
<div class="col col--sm-10">
<input
<input
name="q"
class="suggest-search__input suggest-search__input--expand {{ config.jsName }}__input--{{ attributes['data-search-id'] }}"
placeholder="{{ 'global.search' | trans }}"
Expand All @@ -34,6 +34,7 @@

{% include molecule('suggest-search') with {
attributes: {
'parent-class-name': config.name,
'suggestion-url': path('search/suggestion'),
'base-suggest-url': path('search/suggestion'),
'input-class-name': config.jsName ~ '__input--' ~ attributes['data-search-id'],
Expand Down

0 comments on commit 18bf607

Please sign in to comment.