Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Mar 7, 2023
1 parent f795154 commit 2094dc3
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 46 deletions.
83 changes: 44 additions & 39 deletions composer.lock

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

3 changes: 2 additions & 1 deletion conf/cmi/metatag.metatag_defaults.node__landing_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ _core:
default_config_hash: 4LnWqTxx8bp4ew1DS7XZOmhHzO_B-us0REW1efp3xRk
id: node__landing_page
label: 'Content: Landing page'
tags: { }
tags:
description: '[node:field_hero:entity:field_hero_desc]'
4 changes: 2 additions & 2 deletions conf/cmi/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies:
- eu_cookie_compliance
- helfi_api_base
- media
- system
- rest
- system
_core:
default_config_hash: j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow
id: anonymous
label: 'Anonymous user'
label: 'Anonyymi käyttäjä'
weight: 0
is_admin: false
permissions:
Expand Down
4 changes: 2 additions & 2 deletions conf/cmi/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ dependencies:
- eu_cookie_compliance
- helfi_api_base
- media
- rest
- system
- toolbar
- rest
_core:
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
id: authenticated
label: 'Authenticated user'
label: 'Sisäänkirjautunut käyttäjä'
weight: 1
is_admin: false
permissions:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/user.role.read_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
_core:
default_config_hash: syTv0h1MUcZ35TjmApRsR9znnDRN-fk-wxfZjABkkbw
id: read_only
label: 'Read only'
label: Lukija
weight: 2
is_admin: null
permissions:
Expand Down
2 changes: 1 addition & 1 deletion tools/make/project/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PHONY += helfi-drush-enable-modules
helfi-drush-enable-modules: ## Enable modules and base configurations.
$(call step,Install base configurations...)
$(call drush,cr)
$(call drush,en -y helfi_platform_config helfi_base_config)
$(call drush,en -y helfi_platform_config helfi_platform_config_base)

PHONY += drush-locale-update
drush-locale-update: ## Update translations.
Expand Down

0 comments on commit 2094dc3

Please sign in to comment.