Skip to content

Commit

Permalink
Merge pull request #627 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
khalima authored Apr 20, 2023
2 parents 4f9a39d + 46d6250 commit d75d00c
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 66 deletions.
111 changes: 55 additions & 56 deletions composer.lock

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

1 change: 1 addition & 0 deletions conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module:
admin_toolbar: 0
admin_toolbar_tools: 0
allowed_formats: 0
basic_auth: 0
block: 0
breakpoint: 0
ckeditor: 0
Expand Down
23 changes: 23 additions & 0 deletions conf/cmi/rest.resource.entity.node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: 76b8b232-8929-45e3-8602-40c106849e1a
langcode: en
status: true
dependencies:
module:
- basic_auth
- hal
- node
_core:
default_config_hash: t_jfECmZhJqBOJuSOFn87EOi_TWi-_fRYTuJgd19vgg
id: entity.node
plugin_id: 'entity:node'
granularity: resource
configuration:
methods:
- GET
- POST
- PATCH
- DELETE
formats:
- hal_json
authentication:
- basic_auth
8 changes: 7 additions & 1 deletion conf/cmi/rest.resource.helfi_debug_data.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
uuid: a76f0334-215e-45ae-bc52-e8256164259c
langcode: en
status: true
dependencies: { }
dependencies:
module:
- basic_auth
- helfi_api_base
- serialization
- user
id: helfi_debug_data
plugin_id: helfi_debug_data
granularity: resource
Expand All @@ -12,3 +17,4 @@ configuration:
- json
authentication:
- cookie
- basic_auth
4 changes: 4 additions & 0 deletions conf/cmi/rest.resource.helfi_debug_package_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ langcode: en
status: true
dependencies:
module:
- basic_auth
- helfi_api_base
- serialization
- user
id: helfi_debug_package_version
plugin_id: helfi_debug_package_version
Expand All @@ -14,3 +17,4 @@ configuration:
- json
authentication:
- cookie
- basic_auth
Loading

0 comments on commit d75d00c

Please sign in to comment.