diff --git a/guides/v2.2/ext-best-practices/tutorials/custom-widget.md b/guides/v2.2/ext-best-practices/tutorials/custom-widget.md
index dac4e6df7fa..67bde6b230e 100644
--- a/guides/v2.2/ext-best-practices/tutorials/custom-widget.md
+++ b/guides/v2.2/ext-best-practices/tutorials/custom-widget.md
@@ -18,6 +18,15 @@ Here are the widgets that are available by default:
- Recently Compared Products
- Recently Viewed Products
+## Configuration options
+
+| Option | Description | Type | Required |
+| -------- | --------------------- | --------------------- | ---- |
+| `label` | The name of the widget | String | `Yes` |
+| `description` | Contains a concise explanation of the widget's purpose | String | `Yes` |
+| `parameters` | A list of widget's options | Object | `No` |
+| `containers` | A list of layout containers, where the widget may be injected | Object | `No` |
+
This tutorial shows you how to create and insert your own widget on the frontend.
## Step 1. Declaring the widget
@@ -33,6 +42,9 @@ This tutorial shows you how to create and insert your own widget on the frontend