We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3d268 commit 005db54Copy full SHA for 005db54
docs/cdp/cdp_data_customization.md
@@ -36,7 +36,7 @@ Register your processor as a Symfony service and tag it with `ibexa.cdp.export.u
36
37
The `priority` parameter controls the order of execution when multiple processors are registered.
38
Higher priority values run first.
39
-Your custom processor merges data with `$processedItemData` from previous processors, allowing you to chain multiple processors together.
+Your custom processor can modify the data returned from the previous processors, for example by adding new entries or modifying the existing ones.
40
41
The exported user data includes your custom fields:
42
0 commit comments