Skip to content

Commit

Permalink
ui: integrate new search app with React-SearcKit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed May 12, 2020
1 parent 7ce93c0 commit 3fbafff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def _(x):
THEME_FRONTPAGE_TITLE = _('{{cookiecutter.project_name}}')
#: Frontpage template.
THEME_FRONTPAGE_TEMPLATE = '{{cookiecutter.package_name}}/frontpage.html'
#: Search page template.
SEARCH_UI_SEARCH_TEMPLATE = '{{cookiecutter.package_name}}/search.html'

# Email configuration
# ===================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
entry={
'{{ cookiecutter.project_shortname }}-theme': './scss/{{ cookiecutter.package_name }}/theme.scss',
'{{ cookiecutter.project_shortname }}-preview': './js/{{ cookiecutter.package_name }}/previewer.js',
'{{ cookiecutter.project_shortname }}-search-app-customizations': './js/{{ cookiecutter.package_name }}/search_app_customizations.js',
},
dependencies={
# add any additional npm dependencies here...
Expand Down

0 comments on commit 3fbafff

Please sign in to comment.