From aaecbab4b9e8033cd1ff64e5dd59dffb52d61ce4 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Tue, 23 Feb 2021 11:56:22 +0200 Subject: [PATCH] Add hostSignup config for element.io clients The hostSignup dialog will be configured to a host setup wizard at EMS for the Element Home product. --- element.io/app/config.json | 12 +++++++++++- element.io/develop/config.json | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index 0f6266ba74..0259261701 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -37,5 +37,15 @@ "url": "https://element.io/cookie-policy", "text": "Cookie Policy" } - ] + ], + "hostSignup": { + "brand": "Element Home", + "cookiePolicyUrl": "https://element.io/cookie-policy", + "domains": [ + "matrix.org" + ], + "privacyPolicyUrl": "https://element.io/privacy", + "termsOfServiceUrl": "https://element.io/terms-of-service", + "url": "https://ems.element.io/element-home/in-app-loader" + } } diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 9916e853d2..11620415a6 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -41,5 +41,15 @@ "url": "https://element.io/cookie-policy", "text": "Cookie Policy" } - ] + ], + "hostSignup": { + "brand": "Element Home", + "cookiePolicyUrl": "https://element.io/cookie-policy", + "domains": [ + "matrix.org" + ], + "privacyPolicyUrl": "https://element.io/privacy", + "termsOfServiceUrl": "https://element.io/terms-of-service", + "url": "https://ems.element.io/element-home/in-app-loader" + } }