Skip to content

Commit 8c04bb2

Browse files
authored
Update 16/umbraco-cms/reference/webhooks/README.md
1 parent 77702a2 commit 8c04bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16/umbraco-cms/reference/webhooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Extended payloads include all relevant information for an event, where available
6868

6969
Payload type can be configured in several ways:
7070

71-
- Changing the appsetting `Umbraco:CMS:Webhook:PayloadType`. Be aware that the system that uses this value is run before any composers. If you manipulate the `WebhookEventCollectionBuilder` in anyway then those methods will not automatically pick up this appsetting.
72-
- Passing in the PayloadType into the `WebhookEventCollectionBuilderExtensions` methods to control which webhook events are added
71+
- Changing the appsetting `Umbraco:CMS:Webhook:PayloadType`. Be aware that the system that uses this value runs before any composers. If you manipulate the `WebhookEventCollectionBuilder` in any way, then those methods will not automatically pick up this app setting.
72+
- Passing in the PayloadType into the `WebhookEventCollectionBuilderExtensions` methods to control which webhook events are added.
7373

7474
```csharp
7575
using Umbraco.Cms.Core.Composing;

0 commit comments

Comments
 (0)