added thesaurus and tag admin views, started block layout for materio theme
This commit is contained in:
@@ -55,7 +55,7 @@ parameters:
|
||||
#
|
||||
# Not recommended in production environments
|
||||
# @default false
|
||||
debug: false
|
||||
debug: true
|
||||
# Twig auto-reload:
|
||||
#
|
||||
# Automatically recompile Twig templates whenever the source code changes.
|
||||
@@ -153,3 +153,10 @@ parameters:
|
||||
- sftp
|
||||
- webcal
|
||||
- rtsp
|
||||
|
||||
services:
|
||||
cache_tags.invalidator.checksum:
|
||||
class: Drupal\redis\Cache\RedisCacheTagsChecksum
|
||||
arguments: ['@redis.factory']
|
||||
tags:
|
||||
- { name: cache_tags_invalidator }
|
||||
|
Reference in New Issue
Block a user