Show files table on articles #141
This commit is contained in:
parent
65c9398407
commit
306834248d
1 changed files with 14 additions and 4 deletions
|
@ -27,6 +27,7 @@ dependencies:
|
|||
- ds
|
||||
- entity_reference_override
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- media_responsive_thumbnail
|
||||
- user
|
||||
third_party_settings:
|
||||
|
@ -37,6 +38,7 @@ third_party_settings:
|
|||
disable_css: true
|
||||
entity_classes: all_classes
|
||||
settings:
|
||||
label: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
header: { }
|
||||
|
@ -52,7 +54,6 @@ third_party_settings:
|
|||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
header:
|
||||
- field_media_image
|
||||
|
@ -67,6 +68,7 @@ third_party_settings:
|
|||
- field_topics
|
||||
- field_tags
|
||||
- geo_citation
|
||||
- field_upload
|
||||
- comment
|
||||
- links
|
||||
fields:
|
||||
|
@ -89,7 +91,7 @@ content:
|
|||
view_mode: default
|
||||
pager_id: 0
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
weight: 11
|
||||
region: right
|
||||
field_article_type:
|
||||
type: entity_reference_label
|
||||
|
@ -167,6 +169,14 @@ content:
|
|||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: right
|
||||
field_upload:
|
||||
type: file_table
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: right
|
||||
geo_citation:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -175,7 +185,7 @@ content:
|
|||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
weight: 12
|
||||
region: right
|
||||
hidden:
|
||||
body: true
|
||||
|
@ -183,5 +193,5 @@ hidden:
|
|||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_summary: true
|
||||
field_upload: true
|
||||
footnotes_group: true
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue