Feature Requestush Working on it

Gil Sho Test, first publish

tesssssting link, second publish
            this.$scope.$on('helpful', (event, value) => {                this.notHelpful = value === false;            });            if (this.newContactForm && helpcenterContactSettings) {                const contactMethod = helpcenterContactSettings.contactMethod;                if (contactMethod.type === ContactMethodType.EXTERNAL) {                    this.calculatedContactUsLink = contactMethod.externalUrl;                } else if (contactMethod.type === ContactMethodType.EMAIL) {                    this.calculatedContactUsLink = `mailto:${contactMethod.email}`;                }            }            this.contactFromArticlePageEnabled = this.newContactForm ? helpcenterContactSettings.contactFromArticlePageEnabled : true;            this.calculatedContactUsLink = this.newContactForm ? this.calculatedContactUsLink : contactUsLink;            this.userToolbarService.setArticleContextView(this.getUserToolbarArticleContext());            startInteraction('article-view');            $timeout(() => {

Hello