Skip to content

Commit 7d189e0

Browse files
sbellonemillotp
andauthored
feat(specs): add useImagesObjects property in commercetools source input (#5586)
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent f9ca9d1 commit 7d189e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ SourceCommercetools:
141141
type: string
142142
description: |
143143
Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
144+
useImagesObjects:
145+
type: boolean
146+
description: >
147+
When set to true, the connector indexes objects with all images attributes instead of only the URLs.
144148
customFields:
145149
$ref: '#/CommercetoolsCustomFields'
146150
required:
@@ -423,6 +427,10 @@ SourceUpdateCommercetools:
423427
type: string
424428
description: |
425429
Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
430+
useImagesObjects:
431+
type: boolean
432+
description: >
433+
When set to true, the connector indexes objects with all images attributes instead of only the URLs.
426434
customFields:
427435
$ref: '#/CommercetoolsCustomFields'
428436

0 commit comments

Comments
 (0)