(addon) add a feedback form link in the footer

Add the possibility to display a feedback form link in the footer to
help collect feedback from the first users of the plugin.

Once the plugin is in production at scale, this will be replaced
with a link to the support page.
This commit is contained in:
lebaudantoine
2026-06-10 14:52:47 +02:00
committed by aleb_the_flash
parent 9522dc72ac
commit 44d3ed8f2e
10 changed files with 55 additions and 5 deletions
@@ -38,5 +38,6 @@ frontend:
enabled: true
baseUrl: "https://meet.127.0.0.1.nip.io"
enableSourceTracking: true
feedbackForm: "https://tests.com/"
appName: "Visio"
id: "a025f0f6-757a-4790-97f3-99c66c4a5795"
@@ -10,5 +10,6 @@ data:
BASE_URL: {{ .Values.frontend.outlookAddon.baseUrl | quote }},
APP_NAME: {{ .Values.frontend.outlookAddon.appName | quote }},
ENABLE_SOURCE_TRACKING: {{ .Values.frontend.outlookAddon.enableSourceTracking | quote }},
FEEDBACK_FORM: {{ .Values.frontend.outlookAddon.feedbackForm | quote }}
};
{{- end }}
+2
View File
@@ -449,11 +449,13 @@ frontend:
## @param frontend.outlookAddon.appName Display name used in the Outlook add-in (manifest + runtime config)
## @param frontend.outlookAddon.baseUrl Public base URL where the add-in is served (no trailing slash)
## @param frontend.outlookAddon.enableSourceTracking Enable appending ?from=outlook-addon to the URL
## @param frontend.outlookAddon.feedbackForm Add a link to the footer opening a feedback form
outlookAddon:
enabled: false
appName: ""
baseUrl: ""
enableSourceTracking: false
feedbackForm: ""
id: ""
## @section posthog