main
json 60 lines 2.18 KB
Raw
1 {
2 "categories": {
3 "necessary": {
4 "enabled": true,
5 "readOnly": true
6 },
7 "analytics": {
8 "enabled": false,
9 "readOnly": false,
10 "services": {
11 "ga4": {
12 "label": "Google Analytics 4",
13 "cookies": [
14 {
15 "name": "/^_ga/"
16 }
17 ]
18 }
19 }
20 }
21 },
22 "language": {
23 "default": "en",
24 "translations": {
25 "en": {
26 "consentModal": {
27 "title": "We use cookies",
28 "description": "We use cookies to understand how you use Claracle. Some are necessary for the site to work; others help us improve your experience. You're in control — you can choose which cookies to accept. Read more in our <a href=\"__PRIVACY_URL__\">privacy policy</a>.",
29 "acceptAllBtn": "Accept all",
30 "acceptNecessaryBtn": "Reject all",
31 "showPreferencesBtn": "Customize",
32 "footer": "<a href=\"__PRIVACY_URL__\">Privacy policy</a>"
33 },
34 "preferencesModal": {
35 "title": "Manage Your Cookies",
36 "acceptAllBtn": "Accept all",
37 "acceptNecessaryBtn": "Reject all",
38 "savePreferencesBtn": "Save preferences",
39 "closeIconLabel": "Close preferences",
40 "sections": [
41 {
42 "title": "Strictly necessary",
43 "description": "These cookies are essential for this website to function properly (e.g., session management, security). They cannot be disabled.",
44 "linkedCategory": "necessary"
45 },
46 {
47 "title": "Analytics",
48 "description": "Analytics cookies help us understand how you use Claracle — which pages you visit, how long you stay, and where you come from. This helps us improve the site. We use Google Analytics 4. You can opt out at any time.",
49 "linkedCategory": "analytics"
50 },
51 {
52 "title": "More information",
53 "description": "For detailed information about how we use your data, retention periods, and your privacy rights, please see our <a href=\"__PRIVACY_URL__\" target=\"_blank\">privacy policy</a>."
54 }
55 ]
56 }
57 }
58 }
59 }
60 }