Config update: configured REST
This commit is contained in:
parent
b9d702cb2d
commit
c9fa27f83d
@ -47,6 +47,7 @@ module:
|
|||||||
quickedit: 0
|
quickedit: 0
|
||||||
rdf: 0
|
rdf: 0
|
||||||
rest: 0
|
rest: 0
|
||||||
|
restui: 0
|
||||||
route_condition: 0
|
route_condition: 0
|
||||||
search: 0
|
search: 0
|
||||||
search_api: 0
|
search_api: 0
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
definitions:
|
definitions: { }
|
||||||
contact__site_page:
|
|
||||||
enabled: true
|
|
||||||
menu_name: footer
|
|
||||||
parent: ''
|
|
||||||
weight: 0
|
|
||||||
expanded: false
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ
|
default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ
|
||||||
|
18
config/rest.resource.entity.oc_organisation.yml
Normal file
18
config/rest.resource.entity.oc_organisation.yml
Normal file
@ -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
|
@ -1,5 +1,4 @@
|
|||||||
and_or_limit: 7
|
and_or_limit: 7
|
||||||
default_page: node_search
|
|
||||||
index:
|
index:
|
||||||
cron_limit: 100
|
cron_limit: 100
|
||||||
overlap_cjk: true
|
overlap_cjk: true
|
||||||
|
Reference in New Issue
Block a user