diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/CookieBannerSnippetPage.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/CookieBannerSnippetPage.tsx index fed1927b5..de854d150 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/CookieBannerSnippetPage.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/snippet/CookieBannerSnippetPage.tsx @@ -37,7 +37,6 @@ export default function CookieBannerSnippetPage() { description={__("Mark scripts, iframes, and other third-party resources with a data-cookie-consent attribute so they only load after the visitor grants consent for the corresponding category. Replace src with data-src (or href with data-href) to prevent the browser from loading the resource before consent is given.")} >
-

{__("Scripts")}

               
@@ -54,65 +53,8 @@ export default function CookieBannerSnippetPage() {
             
-

{__("Inline scripts")}

- -
-              
-                {``}
-              
-            
-
- -

{__("Iframes & embeds")}

- -
-              
-                {``}
-              
-            
-
- -

{__("Images, video & audio")}

- -
-              
-                {``}
-              
-            
-
- -

{__("Stylesheets")}

- -
-              
-                {``}
-              
-            
-
-

- {__("Supported elements: script, iframe, img, video, audio, embed, object, and link. The data-cookie-consent value must match a category name configured in your banner settings.")} + {__("The same approach works for iframes, images, stylesheets, and other elements. See our documentation for the full list of supported elements and detailed integration guides.")}