added thesaurus and tag admin views, started block layout for materio theme

This commit is contained in:
2019-03-27 09:32:08 +01:00
parent e514a876c2
commit b305a2edf0
96 changed files with 8682 additions and 21 deletions

View File

@@ -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 }