From 24e355a92459f760fc79542c992842000ec305ad Mon Sep 17 00:00:00 2001 From: flo merian Date: Fri, 8 Nov 2024 12:47:14 +0100 Subject: [PATCH] Add code example to illustrate how `feedback` works --- settings/global.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/settings/global.mdx b/settings/global.mdx index 285e252..f12dabf 100644 --- a/settings/global.mdx +++ b/settings/global.mdx @@ -455,7 +455,15 @@ Example: - Configurations to enable feedback buttons + Configurations to enable feedback buttons. Example: + +```json +"feedback": { + "thumbsRating": true, + "suggestEdit": true, + "raiseIssue": true +} +```