mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-01 02:08:46 -04:00
Added support for always showing settings in cookie consent
This commit is contained in:
@@ -115,9 +115,12 @@ The following properties are available:
|
||||
consent:
|
||||
actions:
|
||||
- accept
|
||||
- manage
|
||||
- manage # (1)!
|
||||
```
|
||||
|
||||
1. If the `manage` settings button is omitted from the `actions` property,
|
||||
the settings are always shown.
|
||||
|
||||
The cookie consent form includes three types of buttons:
|
||||
|
||||
- `accept` – Button to accept selected cookies
|
||||
|
||||
Reference in New Issue
Block a user