You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/ingestion/common/schemas/source.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,10 @@ SourceCommercetools:
141
141
type: string
142
142
description: |
143
143
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.
144
148
customFields:
145
149
$ref: '#/CommercetoolsCustomFields'
146
150
required:
@@ -423,6 +427,10 @@ SourceUpdateCommercetools:
423
427
type: string
424
428
description: |
425
429
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.
0 commit comments