From 35e5394c4b8e0c89bd0449a40c08f1a2e467c261 Mon Sep 17 00:00:00 2001 From: Igor Schuraev Date: Tue, 11 Jul 2023 23:21:00 +0200 Subject: [PATCH] declare maileon.com-template shared --- maileon.com.hosting_and_email.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maileon.com.hosting_and_email.json b/maileon.com.hosting_and_email.json index 5dad1718..eb2fe027 100644 --- a/maileon.com.hosting_and_email.json +++ b/maileon.com.hosting_and_email.json @@ -3,16 +3,19 @@ "providerName": "Maileon Email Marketing", "serviceId": "hosting_and_email", "serviceName": "Email Marketing by Maileon", - "version": 1, + "version": 2, "logoUrl": "https://maileon.com/app/themes/maileon/assets/img/logo.svg", "description": "Configure Hosting and Email Records for use with Maileon Plattform", "syncPubKeyDomain": "maileon.com", + "sharedProviderName": true, + "sharedServiceName": true, + "variableDescription": "cnamehost is CNAME host name for webhosting", "hostRequired": true, "records": [ { "type": "CNAME", "host": "@", - "pointsTo": "cname.maileon.com", + "pointsTo": "%cnamehost%.maileon.com", "ttl": "600" }, {