Skip to content

Commit 542d4b7

Browse files
authored
[ibexa/cdp] Added configuration example for product export (#100)
1 parent 7f5dec7 commit 542d4b7

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

ibexa/cdp/4.6/config/packages/ibexa_cdp.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
# stream_file:
1616
# # Use Stream ID generated during data import from "stream file" in Data Manager
1717
# stream_id: 00000000-00000000-00000000-00000000
18+
# product_data:
19+
# transport: stream_file
20+
# stream_file:
21+
# # Use Stream ID generated during data import from "stream file" in Data Manager
22+
# stream_id: 00000000-00000000-00000000-00000000
1823
#
1924
# # You can configure multiple activations here. They have to be of type "Ibexa" in Ibexa DXP dashboard.
2025
# activations:
@@ -43,7 +48,7 @@
4348
#
4449
# content:
4550
# # You can use examples below to build your own data export schedule.
46-
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-user-data --help`
51+
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-content-data --help`
4752
## # every 30 minutes
4853
## -
4954
## interval: '*/30 * * * *'
@@ -53,3 +58,16 @@
5358
## -
5459
## interval: '0 */12 * * *'
5560
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft'
61+
#
62+
# product:
63+
# # You can use examples below to build your own data export schedule.
64+
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-product-data --help`
65+
## # every 30 minutes
66+
## -
67+
## interval: '*/30 * * * *'
68+
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'
69+
##
70+
## # every 12 hours
71+
## -
72+
## interval: '0 */12 * * *'
73+
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'

0 commit comments

Comments
 (0)