Skip to content

Commit

Permalink
Merge pull request #489 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
jeremysteerio authored Aug 24, 2023
2 parents d9e12b6 + 1c88430 commit 5ab8918
Show file tree
Hide file tree
Showing 13 changed files with 102 additions and 165 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: 6e5fb655-949f-4e5f-9b61-0f1f14a96c24
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: 349404e1-cea9-4471-9fc4-d420a554a9fd
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: 6ada6957-e4be-4fab-ac01-1627fdda2ea4
langcode: en
status: true
dependencies: { }
id: super_administrator
label: 'Super administrator'
weight: 7
is_admin: true
permissions: { }
Loading

0 comments on commit 5ab8918

Please sign in to comment.