From df16eb66f1c9f905af5f316b6c4d28a20d5afc3b Mon Sep 17 00:00:00 2001 From: Tiberiu Ichim Date: Mon, 29 Nov 2021 21:05:25 +0200 Subject: [PATCH] Only show bullets if more cards --- src/SearchBlock/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SearchBlock/schema.js b/src/SearchBlock/schema.js index 4b157cd86..7bffb60a7 100644 --- a/src/SearchBlock/schema.js +++ b/src/SearchBlock/schema.js @@ -60,7 +60,7 @@ export const SearchBlockSchema = ({ formData = {} }) => ({ configPath: 'subheadline', }, promptQueries: { - title: 'Prompt questions', + title: 'Prompt queries', configPath: 'promptQueries', widget: 'textarea', },