add tac
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
"drupal/schema_metatag": "^1.5",
|
"drupal/schema_metatag": "^1.5",
|
||||||
"drupal/site_settings": "^1.19",
|
"drupal/site_settings": "^1.19",
|
||||||
"drupal/subpathauto": "^1.1",
|
"drupal/subpathauto": "^1.1",
|
||||||
|
"drupal/tacjs": "^3.9",
|
||||||
"drupal/time_range": "^8.1",
|
"drupal/time_range": "^8.1",
|
||||||
"drupal/transliterate_filenames": "^1.4",
|
"drupal/transliterate_filenames": "^1.4",
|
||||||
"drupal/varbase_total_control": "^6.11",
|
"drupal/varbase_total_control": "^6.11",
|
||||||
|
|||||||
Generated
+69
-1
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "a7bde48f6a0f27cdbff9b3e6987b76f4",
|
"content-hash": "29cc16d87dfa1a5cf3a201520e89bc80",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@@ -4367,6 +4367,74 @@
|
|||||||
"source": "https://git.drupalcode.org/project/subpathauto"
|
"source": "https://git.drupalcode.org/project/subpathauto"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/tacjs",
|
||||||
|
"version": "3.9.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/tacjs.git",
|
||||||
|
"reference": "8.x-3.9"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/tacjs-8.x-3.9.zip",
|
||||||
|
"reference": "8.x-3.9",
|
||||||
|
"shasum": "fea6efc4eaa8f36c3081daeb89ae8edcec6ebe3f"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "~8.0"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-3.9",
|
||||||
|
"datestamp": "1584092255",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "a.boutakaoua",
|
||||||
|
"homepage": "https://www.drupal.org/user/3587144"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "asmaakhalfi",
|
||||||
|
"homepage": "https://www.drupal.org/user/3587145"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "boulaffasae",
|
||||||
|
"homepage": "https://www.drupal.org/user/3584750"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "chaimaariz",
|
||||||
|
"homepage": "https://www.drupal.org/user/3549766"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "k.asmouh",
|
||||||
|
"homepage": "https://www.drupal.org/user/3135943"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "netsliver",
|
||||||
|
"homepage": "https://www.drupal.org/user/3082011"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "z.yakoubi",
|
||||||
|
"homepage": "https://www.drupal.org/user/3621406"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Comply to the European cookie law using tarteaucitron.js",
|
||||||
|
"homepage": "https://www.drupal.org/project/tacjs",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/tacjs"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/time_range",
|
"name": "drupal/time_range",
|
||||||
"version": "8.1.3",
|
"version": "8.1.3",
|
||||||
|
|||||||
@@ -4,9 +4,6 @@
|
|||||||
# 'example.settings.local.php' file, which sits next to this file.
|
# 'example.settings.local.php' file, which sits next to this file.
|
||||||
parameters:
|
parameters:
|
||||||
http.response.debug_cacheability_headers: true
|
http.response.debug_cacheability_headers: true
|
||||||
twig.config:
|
|
||||||
debug: false
|
|
||||||
auto_reload: true
|
|
||||||
services:
|
services:
|
||||||
cache.backend.null:
|
cache.backend.null:
|
||||||
class: Drupal\Core\Cache\NullBackendFactory
|
class: Drupal\Core\Cache\NullBackendFactory
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -161,3 +161,20 @@ article img,
|
|||||||
flex: 100%;
|
flex: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// tac
|
||||||
|
#tarteaucitronRoot{
|
||||||
|
#tarteaucitronDisclaimerAlert,
|
||||||
|
#tarteaucitronPersonalize,
|
||||||
|
#tarteaucitronCloseAlert,
|
||||||
|
#tarteaucitronPrivacyUrl,
|
||||||
|
#tarteaucitronInfo,
|
||||||
|
.tarteaucitronH1,
|
||||||
|
.tarteaucitronH2,
|
||||||
|
button,
|
||||||
|
li span,
|
||||||
|
li a{
|
||||||
|
font-family: 'truenoregular'!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user