Skip to content

Commit a2b0d8e

Browse files
committed
Modify schema for new default behavior for cookie consent type
1 parent 7c030bd commit a2b0d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/resources/schema/definitions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,15 +845,15 @@
845845
- object:
846846
properties:
847847
type:
848-
enum: [implied, express]
848+
enum: [express, implied]
849849
description:
850850
short: "The type of consent that should be requested"
851851
long: |
852852
The type of consent that should be requested, using one of these two values:
853853
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.
855855
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).
857857
style:
858858
enum: [simple, headline, interstitial, standalone]
859859
description:

0 commit comments

Comments
 (0)