diff --git a/README.md b/README.md index b7b55fd..ba45bb8 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The required consents are up to your needs, you may use: - `stores`: The list of stores on the shop (read only) - `suppliers`: List of suppliers of shop (read only) - `taxonomies`: Advanced categories available on the shop (read only) +- `translations`: The list of translations available on the shop (read only) - `wishlists`: The anonymized wishlists of the customers (read only) | `info` is mandatory. diff --git a/ps_tech_vendor_boilerplate.php b/ps_tech_vendor_boilerplate.php index 35fa6ca..8d23ee9 100644 --- a/ps_tech_vendor_boilerplate.php +++ b/ps_tech_vendor_boilerplate.php @@ -166,6 +166,7 @@ public function getContent() 'stores', 'suppliers', 'taxonomies', + 'translations', 'wishlists', ]), ]);