From 7c7b6e8ceb9da9254b82935fcc92bfa6ba9f7494 Mon Sep 17 00:00:00 2001 From: nstCactus Date: Thu, 2 Apr 2020 11:58:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Document=20additional=20allowed?= =?UTF-8?q?=20types=20for=20custom=20services?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5da437..4022c85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://data.jsdelivr.com/v1/package/gh/AmauriC/tarteaucitron.js/badge)](https://www.jsdelivr.com/package/gh/AmauriC/tarteaucitron.js) +[![](https://data.jsdelivr.com/v1/package/gh/AmauriC/tarteaucitron.js/badge)](https://www.jsdelivr.com/package/gh/AmauriC/tarteaucitron.js) [![npm](https://img.shields.io/npm/v/tarteaucitronjs.svg)](https://www.npmjs.com/package/tarteaucitronjs) [![GitHub contributors](https://img.shields.io/github/contributors/AmauriC/tarteaucitron.js.svg)](https://github.com/AmauriC/tarteaucitron.js/graphs/contributors) tarteaucitron.js @@ -35,7 +35,7 @@ tarteaucitron.init({ "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ "cookieName": "tarteaucitron", /* Cookie name */ - + "orientation": "middle", /* Banner position (top - bottom) */ "showAlertSmall": true, /* Show the small banner on bottom right */ "cookieslist": true, /* Show the cookie list */ @@ -50,7 +50,7 @@ tarteaucitron.init({ "useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */ //"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */ - + "readmoreLink": "/cookiespolicy" /* Change the default readmore link pointing to opt-out.ferank.eu */ }); @@ -60,7 +60,7 @@ tarteaucitron.init({ ```js tarteaucitron.services.mycustomservice = { "key": "mycustomservice", - "type": "social|analytic|ads|video|support", + "type": "ads|analytic|api|comment|other|social|support|video", "name": "MyCustomService", "needConsent": true, "cookies": ['cookie', 'cookie2'],