2025-08-27 08:44:30 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$config = [
|
|
|
|
|
// translators: This is a brand name. Preferably to not be translated
|
|
|
|
|
'name' => _x('Cookies Consent', 'Extension Brand Name', 'blocksy-companion'),
|
2025-12-12 13:13:07 +01:00
|
|
|
'description' => __('Display a simple consent banner to inform users about the use of cookies on the website.', 'blocksy-companion'),
|
2025-08-27 08:44:30 +02:00
|
|
|
|
|
|
|
|
'documentation' => 'https://creativethemes.com/blocksy/docs/extensions/cookies-consent/',
|
|
|
|
|
// 'video' => 'https://www.youtube.com/watch?v=6ZQY9Z9ZQZQ',
|
|
|
|
|
'customize' => admin_url('customize.php?ct_autofocus=cookie_consent_ext'),
|
|
|
|
|
'icon' => '<svg with="16" height="16" viewBox="0 0 16 16"><path d="M0 8c0-4.4 3.6-8 8-8 .6 0 1.3.1 1.9.2.2 0 .3.2.4.4 0 .2 0 .4-.1.5-.5.3-.7.8-.7 1.4 0 1 .7 1.8 1.6 2 .3.1.4.3.4.5 0 1.1.9 2 2 2 .6 0 1.1-.3 1.5-.7.1-.1.3-.2.5-.2.2.1.3.2.4.4.1.5.1 1 .1 1.5 0 4.4-3.6 8-8 8s-8-3.6-8-8zm5-2c0-.6-.4-1-1-1s-1 .4-1 1 .4 1 1 1 1-.4 1-1zm3 3c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1zm3 3c0-.6-.4-1-1-1s-1 .4-1 1 .4 1 1 1 1-.4 1-1zm-6 0c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z"/></svg>',
|
|
|
|
|
];
|
|
|
|
|
|