feat(settings): add analytics settings, customization settings
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
11
config/analytics.php
Normal file
11
config/analytics.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
|
||||
return [
|
||||
|
||||
'google' => [
|
||||
'gtm-enabled' => env('GTM_ENABLED', false),
|
||||
'gtm-id' => env('GTM_ID', 'GTM-T47K5CG')
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user