diff --git a/resources/references/app-reference/script-reference/script-hooks-reference.md b/resources/references/app-reference/script-reference/script-hooks-reference.md index 276c689e2..43a939def 100644 --- a/resources/references/app-reference/script-reference/script-hooks-reference.md +++ b/resources/references/app-reference/script-reference/script-hooks-reference.md @@ -43,7 +43,7 @@ All available Hooks that can be used to load additional data. | **Name** | cookie-group-collect | | **Since** | 6.7.14.0 | | **Class** | `Shopware\Core\Content\Cookie\Hook\CookieGroupCollectHook` | -| **Description** | Triggered when the cookie consent groups are collected for the current sales channel.
Allows apps to modify or remove cookie groups and entries, e.g., depending on the payment methods active in the current sales channel. | +| **Description** | Triggered when the cookie consent groups are collected for the current sales channel.
Allows apps to modify or remove cookie groups and entries, e.g. depending on the payment methods active in the current sales channel. | | **Available Data** | context: [`Shopware\Core\Framework\Context`](https://github.com/shopware/shopware/blob/trunk/src/Core/Framework/Context.php)
cookieGroups: [`Shopware\Core\Content\Cookie\Struct\CookieGroupCollection`](https://github.com/shopware/shopware/blob/trunk/src/Core/Content/Cookie/Struct/CookieGroupCollection.php)
salesChannelContext: [`Shopware\Core\System\SalesChannel\SalesChannelContext`](https://github.com/shopware/shopware/blob/trunk/src/Core/System/SalesChannel/SalesChannelContext.php)
| | **Available Services** | [repository](./data-loading-script-services-reference#RepositoryFacade)
[config](./miscellaneous-script-services-reference#SystemConfigFacade)
[store](./data-loading-script-services-reference#SalesChannelRepositoryFacade)
[acl](./miscellaneous-script-services-reference#AclFacade)
| | **Stoppable** | `false` |