mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
df41b268fb
commit
187711fa29
@ -104,15 +104,15 @@ The following properties are available:
|
|||||||
|
|
||||||
: [:octicons-tag-24: insiders-4.17.1][Insiders] · :octicons-milestone-24:
|
: [:octicons-tag-24: insiders-4.17.1][Insiders] · :octicons-milestone-24:
|
||||||
Default: `[accept, manage]` – This property defines which buttons are shown
|
Default: `[accept, manage]` – This property defines which buttons are shown
|
||||||
and in which order, e.g. to allow the user to accept and manage cookie
|
and in which order, e.g. to allow the user to manage settings and accept
|
||||||
settings:
|
the cookie:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
extra:
|
extra:
|
||||||
consent:
|
consent:
|
||||||
actions:
|
actions:
|
||||||
- accept
|
|
||||||
- manage
|
- manage
|
||||||
|
- accept
|
||||||
```
|
```
|
||||||
|
|
||||||
The cookie consent form includes three types of buttons:
|
The cookie consent form includes three types of buttons:
|
||||||
|
Loading…
Reference in New Issue
Block a user