Skip to content

Commit

Permalink
Add missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom committed Nov 28, 2024
1 parent 66675f2 commit bd9853b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
13 changes: 9 additions & 4 deletions components/Pricing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1048,30 +1048,35 @@ const groups = [
{ group: "events", feature: "metadata" },
// APIs & integrations
{ group: "apis", feature: "admin_api" },
{ group: "apis", feature: "stats_api" },
{ group: "apis", feature: "admin_api" },
{ group: "apis", feature: "export_api" },
// Admin
{ group: "admin", feature: "roles_based_access_control" },
{ group: "admin", feature: "multiple_teams" },
{ group: "admin", feature: "combined_invoicing" },
{ group: "admin", feature: "manual_invoicing" },
{ group: "admin", feature: "redlining_contracts" },
{ group: "admin", feature: "roles_based_access_control" },
{ group: "admin", feature: "uptime_sla" },
// Features
{ group: "features", feature: "trendlines" },
{ group: "features", feature: "annotations" },
{ group: "features", feature: "growth_indicators" },
{ group: "features", feature: "exact_numbers" },
{ group: "features", feature: "alert_missing_script" },
{ group: "features", feature: "advanced_robot_blocking" },
{ group: "features", feature: "disable_watermark" },
{ group: "features", feature: "custom_website_views" },
{ group: "features", feature: "block_ip_range" },
{ group: "features", feature: "bypass_via_dns_cname" },
{ group: "features", feature: "bypass_via_new_domain" },
{ group: "features", feature: "data_proxy" },
{ group: "features", feature: "bypass_via_new_domain" },
// Support
{ group: "support", feature: "email_support" },
{ group: "support", feature: "community_support", description: true },
{ group: "support", feature: "email_support" },
{ group: "support", feature: "video_support" },
{ group: "support", feature: "legal_support" },
];
Expand Down
15 changes: 15 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,21 @@
"ai_chat": {
"title": "AI chat"
},
"growth_indicators": {
"title": "Growth indicators"
},
"exact_numbers": {
"title": "Exact numbers"
},
"alert_missing_script": {
"title": "Missing script alerts"
},
"advanced_robot_blocking": {
"title": "Advanced robot blocking"
},
"disable_watermark": {
"title": "Disable watermark"
},

"badge_requirement": {
"title": "Badge required",
Expand Down

0 comments on commit bd9853b

Please sign in to comment.