Skip to content

Commit 952639f

Browse files
kai687millotp
andauthored
fix(specs): adjust style for banner descriptions (#4362)
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 0d89941 commit 952639f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

specs/common/schemas/IndexSettings.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1008,21 +1008,21 @@ facetOrdering:
10081008
$ref: '#/values'
10091009

10101010
widgets:
1011-
description: widgets returned from any rules that are applied to the current search.
1011+
description: Widgets returned from any rules that are applied to the current search.
10121012
type: object
10131013
additionalProperties: false
10141014
properties:
10151015
banners:
10161016
$ref: '#/banners'
10171017

10181018
banners:
1019-
description: banners defined in the merchandising studio for the given search.
1019+
description: Banners defined in the Merchandising Studio for a given search.
10201020
type: array
10211021
items:
10221022
$ref: '#/banner'
10231023

10241024
banner:
1025-
description: a search banner with image and url.
1025+
description: Banner with image and link to redirect users.
10261026
type: object
10271027
additionalProperties: false
10281028
properties:
@@ -1032,15 +1032,15 @@ banner:
10321032
$ref: '#/bannerLink'
10331033

10341034
bannerLink:
1035-
description: link for a banner defined in merchandising studio.
1035+
description: Link for a banner defined in the Merchandising Studio.
10361036
type: object
10371037
additionalProperties: false
10381038
properties:
10391039
url:
10401040
type: string
10411041

10421042
bannerImage:
1043-
description: image of a search banner.
1043+
description: Image to show inside a banner.
10441044
type: object
10451045
additionalProperties: false
10461046
properties:
@@ -1052,7 +1052,7 @@ bannerImage:
10521052
type: string
10531053

10541054
bannerImageUrl:
1055-
description: url for a search banner image.
1055+
description: URL for an image to show inside a banner.
10561056
type: object
10571057
additionalProperties: false
10581058
properties:

0 commit comments

Comments
 (0)