Merge pull request #6702 from gregory-p/wordpress

enable cookie popup on prod
This commit is contained in:
gregory-p
2022-05-13 12:06:36 +03:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ define('LAWCARTA_WP_REST_API_RESPONSE_URL', 'https://app.lawcarta.com/v1/event/r
define('LAWCARTA_ENVIRONMENT_NAME', 'prod');
define('LC_ALLOW_COOKIE_POPUP', false);
define('LC_ALLOW_COOKIE_POPUP', true);
define('LC_GTM', 'GTM-K8LWZ6K');
define('LAWCARTA_GA_CONFIG', 'UA-111488943-1');