Add calendly fix #1018

This commit is contained in:
Amauri CHAMPEAUX 2022-12-12 17:52:23 +01:00
parent 0f3f63bac2
commit 29087a9eea
1 changed files with 15 additions and 0 deletions

View File

@ -90,6 +90,21 @@ tarteaucitron.services.googlesignin = {
} }
}; };
// calendly
tarteaucitron.services.calendly = {
"key": "calendly",
"type": "other",
"name": "Calendly",
"uri": "https://calendly.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
tarteaucitron.addScript('https://assets.calendly.com/assets/external/widget.js');
}
};
// kwanko // kwanko
tarteaucitron.services.kwanko = { tarteaucitron.services.kwanko = {
"key": "kwanko", "key": "kwanko",