Skip to content

Commit

Permalink
Update convert-field-values.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keharper authored Jan 18, 2024
1 parent df09805 commit 587cd74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/events/convert-field-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,7 @@ The following example `config.php` is the equivalent of the example `bin/magento

### Configure an `io_events.xml` file

The `converter` attribute defines the converter class that updates the event data field value for the specified event. Only one converter class can be used per field

Attribute | Required | Description
--- | --- | ---
`converter` | No | The fully-qualified class name.
The `converter` attribute of the `field` element defines the converter class that updates the event data field value for the specified event. Only one converter class can be defined per field.

The following example updates the value of the field `visibility` present in the `observer.catalog_product_save_after` event payload using the `TestConverterVisibility` converter class.

Expand Down

0 comments on commit 587cd74

Please sign in to comment.