Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored May 8, 2024
1 parent 24be616 commit 933deff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ There's a couple of different ways you can manage scripts with the Cookie Notice

This is likely the easiest way to manage scripts, since you (& your clients) can do it without needing to touch any code. You can access the "Manage Scripts" page in the Control Panel, under the "Utilities" section.

![Screenshot of "Manage Scripts" page in the Control Panel](./docs-cp.png)
![Screenshot of "Manage Scripts" page in the Control Panel](docs-cp.png)

From the "Manage Scripts" page, you can configure the scripts to be loaded for each of the configured consent groups. For ease of use, Google Tag Manager & Meta Pixels can be added by simply providing the container ID or pixel ID.

Expand Down Expand Up @@ -158,7 +158,7 @@ For example, you may only want to load a YouTube embed when the user provides co

Cookie Notice ships with a minimal consent widget, allowing your users to easily accept or decline the configured consent groups.

![Screenshot of the built-in widget](./docs-widget.png)
![Screenshot of the built-in widget](docs-widget.png)

### Building a custom widget

Expand Down Expand Up @@ -253,6 +253,7 @@ To upgrade to v9.x, you'll need to make some manual changes.
```
php artisan vendor:publish --tag=cookie-notice-config
```

5. Make sure you're using **both** the `{{ cookie_notice:scripts }}` and `{{ cookie_notice }}` tags in your site's layout(s):

```antlers
Expand Down

0 comments on commit 933deff

Please sign in to comment.