tested shared Vuex store, created d8 userblock, enabled JSONAPI module
This commit is contained in:
20
config/sync/block.block.userblock.yml
Normal file
20
config/sync/block.block.userblock.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: f6ac7bc7-be23-4375-a237-1d9a36edb17e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user_block
|
||||
theme:
|
||||
- materiotheme
|
||||
id: userblock
|
||||
theme: materiotheme
|
||||
region: header_right
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: user_block
|
||||
settings:
|
||||
id: user_block
|
||||
label: 'User block'
|
||||
provider: user_block
|
||||
label_display: visible
|
||||
visibility: { }
|
@@ -3,12 +3,12 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.user.user.commerce_remote_id
|
||||
- field.field.user.user.field_company
|
||||
- field.field.user.user.field_member_type
|
||||
- field.field.user.user.field_memo
|
||||
- field.field.user.user.field_showroom
|
||||
module:
|
||||
- path
|
||||
- user
|
||||
id: user.user.default
|
||||
targetEntityType: user
|
||||
@@ -21,7 +21,7 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
contact:
|
||||
weight: 6
|
||||
weight: 8
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -35,7 +35,7 @@ content:
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_member_type:
|
||||
weight: 8
|
||||
weight: 4
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
@@ -58,12 +58,12 @@ content:
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
language:
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
matomo:
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -73,5 +73,11 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
simplenews:
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
commerce_remote_id: true
|
||||
langcode: true
|
||||
|
@@ -3,6 +3,7 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.user.user.commerce_remote_id
|
||||
- field.field.user.user.field_company
|
||||
- field.field.user.user.field_member_type
|
||||
- field.field.user.user.field_memo
|
||||
@@ -16,7 +17,7 @@ bundle: user
|
||||
mode: default
|
||||
content:
|
||||
field_company:
|
||||
weight: 6
|
||||
weight: 3
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
@@ -24,21 +25,21 @@ content:
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_member_type:
|
||||
weight: 9
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 8
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_showroom:
|
||||
weight: 7
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
@@ -46,11 +47,14 @@ content:
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
member_for:
|
||||
weight: 5
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
commerce_remote_id: true
|
||||
langcode: true
|
||||
profile_contact_company: true
|
||||
profile_customer: true
|
||||
profile_member: true
|
||||
simplenews: true
|
||||
|
@@ -72,6 +72,7 @@ module:
|
||||
image: 0
|
||||
inline_entity_form: 0
|
||||
interval: 0
|
||||
jsonapi: 0
|
||||
kint: 0
|
||||
language: 0
|
||||
link: 0
|
||||
@@ -134,6 +135,7 @@ module:
|
||||
update: 0
|
||||
url_to_video_filter: 0
|
||||
user: 0
|
||||
user_block: 0
|
||||
video_embed_field: 0
|
||||
video_embed_wysiwyg: 0
|
||||
views_bulk_edit: 0
|
||||
|
4
config/sync/jsonapi.settings.yml
Normal file
4
config/sync/jsonapi.settings.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
langcode: en
|
||||
read_only: true
|
||||
_core:
|
||||
default_config_hash: p_qzzTwtOMiIPE7CyG0wD6M-UCpBp6Y5E4LhNCnCRpY
|
Reference in New Issue
Block a user