File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,18 @@ integrated by using the `cookies` field:
256
256
analytics: Custom name # (1)!
257
257
` ` `
258
258
259
- 1. The default name of the `analytics` cookie is `Google Analytics`.
259
+ 1. The default name of the `analytics` cookie is `Google Analytics`.
260
+
261
+ === "Custom initial state"
262
+
263
+ ` ` ` yaml
264
+ extra:
265
+ consent:
266
+ cookies:
267
+ analytics:
268
+ name: Google Analytics
269
+ checked: false
270
+ ` ` `
260
271
261
272
=== "Custom cookie"
262
273
@@ -268,8 +279,8 @@ integrated by using the `cookies` field:
268
279
custom: Custom cookie
269
280
` ` `
270
281
271
- 1. If you add a custom cookie to the `cookies` field, the `analytics` cookie
272
- must be added back explicitly, or analytics won't be triggered.
282
+ 1. If you add a custom cookie to the `cookies` field, the `analytics`
283
+ cookie must be added back explicitly, or analytics won't be triggered.
273
284
274
285
When a user first visits your site, a cookie consent form is rendered :
275
286
You can’t perform that action at this time.
0 commit comments