Browse Source

Add Works Cited view.

8.x-1.x
Alexander O'Neill 6 years ago
parent
commit
073e15df92
  1. 162
      config/optional/views.view.workd_cited.yml

162
config/optional/views.view.workd_cited.yml

@ -0,0 +1,162 @@
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.bibcite_reference.citation
module:
- bibcite_entity
- node
id: workd_cited
label: 'Workd Cited'
module: views
description: 'List of references cited by an article'
tag: ''
base_table: bibcite_reference
base_field: id
core: 8.x
display:
default:
display_plugin: default
id: default
display_title: Master
position: 0
display_options:
access:
type: none
options: { }
cache:
type: tag
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: false
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: none
options:
items_per_page: null
offset: 0
style:
type: default
row:
type: 'entity:bibcite_reference'
options:
relationship: none
view_mode: citation
fields:
title:
table: bibcite_reference
field: title
id: title
entity_type: null
entity_field: title
plugin_id: field
relationship: none
group_type: group
admin_label: ''
label: ''
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: string
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
filters: { }
sorts: { }
title: 'Workd Cited'
header: { }
footer: { }
empty: { }
relationships:
reverse__node__field_works_cited:
id: reverse__node__field_works_cited
table: bibcite_reference
field: reverse__node__field_works_cited
relationship: none
group_type: group
admin_label: field_works_cited
required: true
entity_type: bibcite_reference
plugin_id: entity_reverse
arguments: { }
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
tags: { }
block_1:
display_plugin: block
id: block_1
display_title: Block
position: 1
display_options:
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
tags: { }
Loading…
Cancel
Save