Skip to content

Commit

Permalink
Merge pull request #626 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
teroelonen authored Aug 24, 2023
2 parents ef0d726 + df22ec8 commit 97ab566
Show file tree
Hide file tree
Showing 13 changed files with 106 additions and 168 deletions.
114 changes: 58 additions & 56 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ id: helfi_news
label: 'Helfi: News'
label_plural: 'Helfi: News'
description: ''
generate_aliases: null
read_only: true
generate_aliases: null
field_mapper_id: jsonpath
field_mapper_config:
field_mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ id: helfi_news_groups
label: 'Helfi: News groups'
label_plural: 'Helfi: News groups'
description: 'Retrieves news groups taxonomy terms from Helfi'
generate_aliases: null
read_only: true
generate_aliases: null
field_mapper_id: jsonpath
field_mapper_config:
field_mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ id: helfi_news_neighbourhoods
label: 'Helfi: News neighbourhoods'
label_plural: 'Helfi: News neighbourhoods'
description: 'Retrieves news neighbourhoods taxonomy terms from Helfi'
generate_aliases: null
read_only: true
generate_aliases: null
field_mapper_id: jsonpath
field_mapper_config:
field_mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ id: helfi_news_tags
label: 'Helfi: News tags'
label_plural: 'Helfi: News tags'
description: 'Retrieves news tags taxonomy terms from Helfi'
generate_aliases: null
read_only: true
generate_aliases: null
field_mapper_id: jsonpath
field_mapper_config:
field_mappings:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: 06e4152c-3b7d-44ca-bce2-15de052c52d6
langcode: en
status: true
dependencies:
config:
- user.role.super_administrator
module:
- user
id: user_add_role_action.super_administrator
label: 'Add the Super administrator role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: super_administrator
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
uuid: e4795399-6aa0-4c0a-91c8-177780afd295
langcode: en
status: true
dependencies:
config:
- user.role.super_administrator
module:
- user
id: user_remove_role_action.super_administrator
label: 'Remove the Super administrator role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: super_administrator
9 changes: 9 additions & 0 deletions conf/cmi/user.role.super_administrator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
uuid: cc51e7cc-ba14-4ccc-8de8-c1df4112180c
langcode: en
status: true
dependencies: { }
id: super_administrator
label: 'Super administrator'
weight: 7
is_admin: true
permissions: { }
Loading

0 comments on commit 97ab566

Please sign in to comment.