📝 Document additional allowed types for custom services

This commit is contained in:
nstCactus 2020-04-02 11:58:48 +02:00
parent 88af745341
commit 7c7b6e8ceb
1 changed files with 4 additions and 4 deletions

View File

@ -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'],