Skip to content

Commit

Permalink
Tweak schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 27, 2022
1 parent 9879f4a commit e77e40c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/SearchBlock/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ export const SearchBlockSchema = ({ formData = {} }) => ({
fields: [
'appName',
// 'defaultResultView',
'headline',
'subheadline',
'searchInputPlaceholder',
],
},
{
id: 'general',
title: 'General settings',
fields: [
'headline',
'subheadline',
'searchInputPlaceholder',
'promptQueries',
'promptQueryInterval',
'debugQuery',
Expand Down
2 changes: 1 addition & 1 deletion src/SearchBlock/templates/SearchResultsView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SearchResultsView.schemaEnhancer = ({ schema, formData }) => {

schema.fieldsets.splice(1, 0, {
id: 'searchResultsSettings',
title: 'Configure Search results',
title: 'Search results settings',
fields: [
'defaultResultView',
'alwaysSearchOnInitialLoad',
Expand Down

0 comments on commit e77e40c

Please sign in to comment.