You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/resources/schema/definitions.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -845,15 +845,15 @@
845
845
- object:
846
846
properties:
847
847
type:
848
-
enum: [implied, express]
848
+
enum: [express, implied]
849
849
description:
850
850
short: "The type of consent that should be requested"
851
851
long: |
852
852
The type of consent that should be requested, using one of these two values:
853
853
854
-
- `implied` (default): This will notify the user that the site uses cookies and permit them to change preferences, but not block cookies unless the user changes their preferences.
854
+
- `implied`: This will notify the user that the site uses cookies and permit them to change preferences, but not block cookies unless the user changes their preferences.
855
855
856
-
- `express`: This will block cookies until the user expressly agrees to allow them (or continue blocking them if the user doesn’t agree).
856
+
- `express` (default): This will block cookies until the user expressly agrees to allow them (or continue blocking them if the user doesn’t agree).
0 commit comments