From 2f677cfb47c53f6c425203b42835bd95315e6011 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 16 May 2021 09:27:34 +0530 Subject: Changed Office365 recipe to allow for self-hosted urls. Bumped version. --- recipes/office365-owa/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes/office365-owa/package.json') diff --git a/recipes/office365-owa/package.json b/recipes/office365-owa/package.json index 35c4647..85560b7 100644 --- a/recipes/office365-owa/package.json +++ b/recipes/office365-owa/package.json @@ -1,7 +1,7 @@ { "id": "office365-owa", "name": "Office 365 Outlook Web App", - "version": "1.1.1", + "version": "1.2.0", "description": "Office 365 Outlook Web App", "main": "index.js", "author": "Adam Birds ", @@ -12,6 +12,8 @@ "config": { "serviceURL": "https://outlook.office365.com/mail/", "hasNotificationSound": true, - "hasTeamId": false + "hasTeamId": false, + "hasHostedOption": true, + "hasCustomUrl": true } } -- cgit v1.2.3-70-g09d2