From e380c9cc12ccb4df0db1780cab1e4025d5514bc7 Mon Sep 17 00:00:00 2001 From: Quentin Fahrner Date: Thu, 5 May 2022 10:47:40 -0400 Subject: [PATCH] #2903547 : Document hook to alter Promotion fields Add a basic description after https://www.drupal.org/project/commerce/issues/2903547 --- .../03.commerce2/02.developer-guide/09.promotions/docs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md b/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md index 32f46755b..550de08fc 100644 --- a/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md +++ b/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md @@ -4,4 +4,6 @@ taxonomy: category: docs --- -! We need help filling out this section! Feel free to follow the *edit this page* link and contribute. +! We need help filling out this section! Feel free to follow the edit this page link and contribute. + +The Drupal Commerce Promotion module provides Promotion and Coupon entities for creating and managing promotional campaigns on your shop. At the moment, these entity types does not provide any UI to manage fields. But you can use the `hook_entity_base_field_info` Drupal core hook to alter their fields according to your needs.