Skip to content

Commit 005db54

Browse files
committed
Review suggestion
1 parent fa3d268 commit 005db54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cdp/cdp_data_customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Register your processor as a Symfony service and tag it with `ibexa.cdp.export.u
3636
3737
The `priority` parameter controls the order of execution when multiple processors are registered.
3838
Higher priority values run first.
39-
Your custom processor merges data with `$processedItemData` from previous processors, allowing you to chain multiple processors together.
39+
Your custom processor can modify the data returned from the previous processors, for example by adding new entries or modifying the existing ones.
4040

4141
The exported user data includes your custom fields:
4242

0 commit comments

Comments
 (0)