drafted materio_sapi search block vue integration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
timeout: 1800
|
||||
timeout: 3600
|
||||
max_timeout: 172800
|
||||
padding: 60
|
||||
padding: 360
|
||||
role_logout: true
|
||||
redirect_url: /
|
||||
no_dialog: false
|
||||
|
@@ -77,6 +77,9 @@ module:
|
||||
inline_entity_form: 0
|
||||
interval: 0
|
||||
jsonapi: 0
|
||||
jsonrpc: 0
|
||||
jsonrpc_core: 0
|
||||
jsonrpc_discovery: 0
|
||||
kint: 0
|
||||
language: 0
|
||||
link: 0
|
||||
|
@@ -1,6 +1,6 @@
|
||||
uuid: 9d8cdf5f-aab0-4a7a-b60b-1a20635a0baa
|
||||
langcode: en
|
||||
status: true
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- block
|
||||
@@ -8,11 +8,10 @@ dependencies:
|
||||
- user
|
||||
id: entity.block
|
||||
plugin_id: 'entity:block'
|
||||
granularity: resource
|
||||
granularity: method
|
||||
configuration:
|
||||
methods:
|
||||
- GET
|
||||
formats:
|
||||
- json
|
||||
authentication:
|
||||
- cookie
|
||||
GET:
|
||||
supported_formats:
|
||||
- json
|
||||
supported_auth:
|
||||
- cookie
|
||||
|
@@ -1,6 +1,6 @@
|
||||
uuid: 0c0bfe4d-3362-49f3-8ea3-f542442a8aed
|
||||
langcode: en
|
||||
status: true
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- language
|
||||
|
@@ -1,6 +1,6 @@
|
||||
uuid: 268f10a8-04a2-4b09-a229-35fd0bf2061e
|
||||
langcode: en
|
||||
status: true
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
|
17
config/sync/rest.resource.entity.user_role.yml
Normal file
17
config/sync/rest.resource.entity.user_role.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
uuid: 089bb52b-6c53-47c3-a06d-df3857d089d9
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- serialization
|
||||
- user
|
||||
id: entity.user_role
|
||||
plugin_id: 'entity:user_role'
|
||||
granularity: resource
|
||||
configuration:
|
||||
methods:
|
||||
- GET
|
||||
formats:
|
||||
- json
|
||||
authentication:
|
||||
- cookie
|
@@ -10,4 +10,5 @@ permissions:
|
||||
- 'access materio search'
|
||||
- 'create member profile'
|
||||
- 'update own member profile'
|
||||
- 'use jsonrpc services'
|
||||
- 'view own member profile'
|
||||
|
@@ -134,6 +134,7 @@ permissions:
|
||||
- 'update commerce_promotion'
|
||||
- 'update content translations'
|
||||
- 'update materio_order_type commerce_order'
|
||||
- 'use jsonrpc services'
|
||||
- 'use text format wysiwyg'
|
||||
- 'view any commerce_license'
|
||||
- 'view any contact_company profile'
|
||||
|
@@ -8,3 +8,4 @@ weight: 0
|
||||
is_admin: null
|
||||
permissions:
|
||||
- 'access materio search'
|
||||
- 'use jsonrpc services'
|
||||
|
@@ -10,4 +10,5 @@ permissions:
|
||||
- 'access materio search'
|
||||
- 'create member profile'
|
||||
- 'update own member profile'
|
||||
- 'use jsonrpc services'
|
||||
- 'view own member profile'
|
||||
|
@@ -10,4 +10,5 @@ permissions:
|
||||
- 'access materio search'
|
||||
- 'create member profile'
|
||||
- 'update own member profile'
|
||||
- 'use jsonrpc services'
|
||||
- 'view own member profile'
|
||||
|
Reference in New Issue
Block a user