📝 Document additional allowed types for custom services
This commit is contained in:
parent
88af745341
commit
7c7b6e8ceb
|
|
@ -60,7 +60,7 @@ tarteaucitron.init({
|
||||||
```js
|
```js
|
||||||
tarteaucitron.services.mycustomservice = {
|
tarteaucitron.services.mycustomservice = {
|
||||||
"key": "mycustomservice",
|
"key": "mycustomservice",
|
||||||
"type": "social|analytic|ads|video|support",
|
"type": "ads|analytic|api|comment|other|social|support|video",
|
||||||
"name": "MyCustomService",
|
"name": "MyCustomService",
|
||||||
"needConsent": true,
|
"needConsent": true,
|
||||||
"cookies": ['cookie', 'cookie2'],
|
"cookies": ['cookie', 'cookie2'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue