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
|
- ds
|
||||||
- entity_reference_override
|
- entity_reference_override
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
|
- file
|
||||||
- media_responsive_thumbnail
|
- media_responsive_thumbnail
|
||||||
- user
|
- user
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
|
@ -37,6 +38,7 @@ third_party_settings:
|
||||||
disable_css: true
|
disable_css: true
|
||||||
entity_classes: all_classes
|
entity_classes: all_classes
|
||||||
settings:
|
settings:
|
||||||
|
label: ''
|
||||||
classes:
|
classes:
|
||||||
layout_class: { }
|
layout_class: { }
|
||||||
header: { }
|
header: { }
|
||||||
|
@ -52,7 +54,6 @@ third_party_settings:
|
||||||
attributes: ''
|
attributes: ''
|
||||||
link_attribute: ''
|
link_attribute: ''
|
||||||
link_custom: ''
|
link_custom: ''
|
||||||
label: ''
|
|
||||||
regions:
|
regions:
|
||||||
header:
|
header:
|
||||||
- field_media_image
|
- field_media_image
|
||||||
|
@ -67,6 +68,7 @@ third_party_settings:
|
||||||
- field_topics
|
- field_topics
|
||||||
- field_tags
|
- field_tags
|
||||||
- geo_citation
|
- geo_citation
|
||||||
|
- field_upload
|
||||||
- comment
|
- comment
|
||||||
- links
|
- links
|
||||||
fields:
|
fields:
|
||||||
|
@ -89,7 +91,7 @@ content:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
pager_id: 0
|
pager_id: 0
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 10
|
weight: 11
|
||||||
region: right
|
region: right
|
||||||
field_article_type:
|
field_article_type:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
|
@ -167,6 +169,14 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
weight: 7
|
||||||
region: right
|
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:
|
geo_citation:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -175,7 +185,7 @@ content:
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 11
|
weight: 12
|
||||||
region: right
|
region: right
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
|
@ -183,5 +193,5 @@ hidden:
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_publication_date: true
|
field_publication_date: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
field_upload: true
|
footnotes_group: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue