Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Feb 15, 2023
1 parent 33d70bb commit 53036ff
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 76 deletions.
135 changes: 76 additions & 59 deletions composer.lock

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

1 change: 0 additions & 1 deletion conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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: la14IsxmWgnNQRyzGkX-FCWVKGj5s7QDL8IHFGbLuXQ
name: HTML
Expand Down Expand Up @@ -49,13 +48,6 @@ filters:
weight: -48
settings:
title: true
token_filter:
id: token_filter
provider: token_filter
status: true
weight: -47
settings:
replace_empty: '1'
media_embed:
id: media_embed
provider: media
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
_core:
default_config_hash: rPfSn6HhVRcP1eR3cJR8Dn5fcv2gnRaSGuABkDE6mE0
name: Minimal
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: -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 53036ff

Please sign in to comment.