diff --git a/plugins/woocommerce-blocks/docs/internal-developers/blockified-templates/compatibility-layer.md b/plugins/woocommerce-blocks/docs/internal-developers/blockified-templates/compatibility-layer.md index e8b5de8e375..e31af2b5693 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/blockified-templates/compatibility-layer.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/blockified-templates/compatibility-layer.md @@ -17,7 +17,7 @@ Furthermore, it is possible to disable the compatibility layer via the hook: [`w ## Archive Product Templates - [ArchiveProductTemplatesCompatibility](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/src/Templates/ArchiveProductTemplatesCompatibility.php) -The compatibility is built around the Products block because the loop is the main element of archive templates and hooks are placed inside and around the loop. The Compatibility Layer injects custom attributes for the Products block that inherits query from the template and its inner blocks. +The compatibility is built around the Product Collection and Products (Beta) blocks because the loop is the main element of archive templates and hooks are placed inside and around the loop. The Compatibility Layer injects custom attributes for the Product Collection and Products (Beta) blocks that **inherit query from the template** and their inner blocks. The following table shows where the hooks are injected into the page. diff --git a/plugins/woocommerce/changelog/docs-update-docs-products-beta b/plugins/woocommerce/changelog/docs-update-docs-products-beta new file mode 100644 index 00000000000..572117831a4 --- /dev/null +++ b/plugins/woocommerce/changelog/docs-update-docs-products-beta @@ -0,0 +1,4 @@ +Significance: patch +Type: update + +Docs: update documentation regarding Compatibility Layer