default services conflit ?

This commit is contained in:
armansansd
2022-04-27 11:30:43 +02:00
parent 28190a5749
commit 8bb1064a3b
8132 changed files with 900138 additions and 426 deletions

View File

@@ -70,7 +70,7 @@ parameters:
# For more information about debugging Twig templates, see
# https://www.drupal.org/node/1906392.
#
# Not recommended in production environments
# Enabling Twig debugging is not recommended in production environments.
# @default false
debug: false
# Twig auto-reload:
@@ -79,7 +79,7 @@ parameters:
# If you don't provide a value for auto_reload, it will be determined
# based on the value of debug.
#
# Not recommended in production environments
# Enabling auto-reload is not recommended in production environments.
# @default null
auto_reload: null
# Twig cache:
@@ -90,7 +90,7 @@ parameters:
# auto_reload setting above should be enabled rather than disabling the
# Twig cache.
#
# Not recommended in production environments
# Disabling the Twig cache is not recommended in production environments.
# @default true
cache: true
renderer.config:
@@ -141,7 +141,8 @@ parameters:
# For more information about debugging cacheable responses, see
# https://www.drupal.org/developing/api/8/response/cacheable-response-interface
#
# Not recommended in production environments
# Enabling cacheability debugging is not recommended in production
# environments.
# @default false
http.response.debug_cacheability_headers: false
factory.keyvalue: {}

File diff suppressed because one or more lines are too long

View File

@@ -242,6 +242,7 @@ article, .paragraph{
}
.page-node-type-actualite, .page-node-type-evenement{
.block-region-first{
background-color: black;
color: white;

View File

@@ -60,7 +60,7 @@
}
.views-row, .view-grouping{
display: none;
padding: 0 0 0 1.2rem;
padding: 0 0 0 1.1rem;
margin-bottom: .5rem;
a{
text-decoration: none;
@@ -69,9 +69,9 @@
}
}
}
.views-row{
padding: 0;
}
// .views-row{
// padding: 0;
// }
}
}