removed "add person" block config (not working)
Also changed Person Search no results behaviour (to use the missing block, but that's ok - it should alert that it's missing, and it's easy to recreate.
This commit is contained in:
parent
36aadb4ef7
commit
6044a63646
@ -1,24 +0,0 @@
|
|||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
content:
|
|
||||||
- 'block_content:basic:8b172f25-b43d-4094-8c03-7e0aee97e057'
|
|
||||||
module:
|
|
||||||
- block_content
|
|
||||||
theme:
|
|
||||||
- bartik
|
|
||||||
id: linkforcreatinganewperson
|
|
||||||
theme: bartik
|
|
||||||
region: sidebar_first
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'block_content:8b172f25-b43d-4094-8c03-7e0aee97e057'
|
|
||||||
settings:
|
|
||||||
id: 'block_content:8b172f25-b43d-4094-8c03-7e0aee97e057'
|
|
||||||
label: 'Link for creating a new person'
|
|
||||||
provider: block_content
|
|
||||||
label_display: '0'
|
|
||||||
status: true
|
|
||||||
info: ''
|
|
||||||
view_mode: full
|
|
||||||
visibility: { }
|
|
@ -2,6 +2,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- block.block.linkforcreatinganewperson
|
||||||
- search_api.index.person_index
|
- search_api.index.person_index
|
||||||
module:
|
module:
|
||||||
- search_api
|
- search_api
|
||||||
@ -183,7 +184,31 @@ display:
|
|||||||
title: 'Person Search'
|
title: 'Person Search'
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: 'No results.'
|
||||||
|
plugin_id: text_custom
|
||||||
|
entity_block:
|
||||||
|
id: entity_block
|
||||||
|
table: views
|
||||||
|
field: entity_block
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: true
|
||||||
|
target: linkforcreatinganewperson
|
||||||
|
view_mode: default
|
||||||
|
bypass_access: true
|
||||||
|
plugin_id: entity
|
||||||
relationships: { }
|
relationships: { }
|
||||||
arguments: { }
|
arguments: { }
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
|
Reference in New Issue
Block a user