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 +} +```