diff --git a/config/core.extension.yml b/config/core.extension.yml index 3c066f6..3cdd2af 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -47,6 +47,7 @@ module: quickedit: 0 rdf: 0 rest: 0 + restui: 0 route_condition: 0 search: 0 search_api: 0 diff --git a/config/core.menu.static_menu_link_overrides.yml b/config/core.menu.static_menu_link_overrides.yml index 55dc4b6..8dcbac4 100644 --- a/config/core.menu.static_menu_link_overrides.yml +++ b/config/core.menu.static_menu_link_overrides.yml @@ -1,9 +1,3 @@ -definitions: - contact__site_page: - enabled: true - menu_name: footer - parent: '' - weight: 0 - expanded: false +definitions: { } _core: default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ diff --git a/config/rest.resource.entity.oc_organisation.yml b/config/rest.resource.entity.oc_organisation.yml new file mode 100644 index 0000000..cf2ad65 --- /dev/null +++ b/config/rest.resource.entity.oc_organisation.yml @@ -0,0 +1,18 @@ +uuid: 08792b4f-f3f8-4f07-8c4a-cc76ee2fa282 +langcode: en +status: true +dependencies: + module: + - opencase_entities + - serialization + - user +id: entity.oc_organisation +plugin_id: 'entity:oc_organisation' +granularity: resource +configuration: + methods: + - POST + formats: + - json + authentication: + - cookie diff --git a/config/search.settings.yml b/config/search.settings.yml index 52301dd..8d3840d 100644 --- a/config/search.settings.yml +++ b/config/search.settings.yml @@ -1,5 +1,4 @@ and_or_limit: 7 -default_page: node_search index: cron_limit: 100 overlap_cjk: true