Skip to content

Commit

Permalink
Merge pull request #518 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
tuutti authored Feb 14, 2023
2 parents c56a349 + 55ca451 commit ef720bb
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 52 deletions.
69 changes: 35 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module:
address: 0
admin_toolbar: 0
admin_toolbar_tools: 0
aet: 0
allowed_formats: 0
block: 0
breakpoint: 0
Expand Down Expand Up @@ -133,7 +132,6 @@ module:
telephone: 0
text: 0
token: 0
token_filter: 0
toolbar: 0
translatable_menu_link_uri: 0
twig_tweak: 0
Expand Down
8 changes: 0 additions & 8 deletions conf/cmi/filter.format.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- helfi_api_base
- linkit
- media
- token_filter
_core:
default_config_hash: xpLSr9WoVOW2SAHrxY02hUPmBUOf1TNQMcjZ7UqpfkU
name: HTML
Expand Down Expand Up @@ -88,13 +87,6 @@ filters:
default_view_mode: default
allowed_view_modes: { }
allowed_media_types: { }
token_filter:
id: token_filter
provider: token_filter
status: true
weight: -47
settings:
replace_empty: '1'
helfi_link_converter:
id: helfi_link_converter
provider: helfi_api_base
Expand Down
8 changes: 0 additions & 8 deletions conf/cmi/filter.format.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- helfi_api_base
- linkit
- media
- token_filter
name: Minimal
format: minimal
weight: 0
Expand Down Expand Up @@ -86,13 +85,6 @@ filters:
default_view_mode: default
allowed_view_modes: { }
allowed_media_types: { }
token_filter:
id: token_filter
provider: token_filter
status: true
weight: -43
settings:
replace_empty: '1'
helfi_link_converter:
id: helfi_link_converter
provider: helfi_api_base
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ services:
db:
container_name: "${COMPOSE_PROJECT_NAME}-db"
image: druidfi/mariadb:10.9-drupal
environment:
MARIADB_AUTO_UPGRADE: "1"
MARIADB_INITDB_SKIP_TZINFO: "1"
volumes:
- db_data:/var/lib/mysql
ports:
Expand Down

0 comments on commit ef720bb

Please sign in to comment.