Skip to content

Commit ce4642c

Browse files
committed
Cookiebot docs
1 parent 893539a commit ce4642c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/Umbraco.Cms.Integrations.Analytics.Cookiebot/Umbraco.Cms.Integrations.Analytics.Cookiebot.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<Company>Umbraco</Company>
2121
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
2222
<PackageIcon>cookiebot.png</PackageIcon>
23+
<PackageReadmeFile>readme.md</PackageReadmeFile>
2324
</PropertyGroup>
2425

2526
<ItemGroup>
@@ -38,4 +39,8 @@
3839
</Content>
3940
</ItemGroup>
4041

42+
<ItemGroup>
43+
<None Include="docs\readme.md" Pack="true" PackagePath="\" />
44+
</ItemGroup>
45+
4146
</Project>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Cookiebot
2+
3+
An extension for Umbraco CMS providing an implementation model for Cookiebot banner and declaration.
4+
5+
This integration demonstrates how a Umbraco package can be used as an integration with a script-based provider, using partial views and the IConfiguration interface.
6+
7+
Use on your Umbraco websites for control of all third-party cookies and similar trackers, and for full compliance with GDPR/ePR, CCPA and similar data privacy laws.

0 commit comments

Comments
 (0)