Skip to content

Commit

Permalink
fix: use description instead of desc in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKra00 committed Oct 10, 2023
1 parent f7a418f commit eb43a21
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,22 +8,22 @@ Cookie Consent is a customizable, easy-to-use [Kirby CMS](https://getkirby.com)

Cookie Consent uses categories to group single policies (or cookies as you wish). Each category is an object with the following entries.

| key | type | value |
| :------ | :----: | :------------------------------ |
| `id` | string | unique string |
| `label` | string | Label visible to the user |
| `desc` | string | Description visible to the user |
| key | type | value |
| :------------ | :----: | :------------------------------ |
| `id` | string | unique string |
| `label` | string | Label visible to the user |
| `description` | string | Description visible to the user |

### Policies

A policy needs to be created for each cookie or tool you wish to have user consent for. A policy in an object with the following entries.

| key | type | value |
| :--------- | :----: | :------------------------------ |
| `id` | string | unique string |
| `label` | string | Label visible to the user |
| `desc` | string | Description visible to the user |
| `category` | string | must match with an category id |
| key | type | value |
| :------------ | :----: | :------------------------------ |
| `id` | string | unique string |
| `label` | string | Label visible to the user |
| `description` | string | Description visible to the user |
| `category` | string | must match with an category id |

## Installation

0 comments on commit eb43a21

Please sign in to comment.