Merge pull request #431 from nstCactus/doc/custom-service-types
📝 Document additional allowed types for custom services
This commit is contained in:
commit
2aad968a17
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue