parent
f895ef9ce3
commit
455020aed2
1 changed files with 15 additions and 3 deletions
|
@ -21,6 +21,8 @@ dependencies:
|
||||||
- image.style.landscape
|
- image.style.landscape
|
||||||
- node.type.case_study
|
- node.type.case_study
|
||||||
module:
|
module:
|
||||||
|
- ds
|
||||||
|
- entity_reference_revisions
|
||||||
- image
|
- image
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
|
@ -31,6 +33,17 @@ targetEntityType: node
|
||||||
bundle: case_study
|
bundle: case_study
|
||||||
mode: teaser
|
mode: teaser
|
||||||
content:
|
content:
|
||||||
|
field_body_paragraph:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
view_mode: preview
|
||||||
|
link: ''
|
||||||
|
third_party_settings:
|
||||||
|
ds:
|
||||||
|
ds_limit: ''
|
||||||
field_case_study_subtitle:
|
field_case_study_subtitle:
|
||||||
type: string
|
type: string
|
||||||
weight: 2
|
weight: 2
|
||||||
|
@ -41,7 +54,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_image:
|
field_image:
|
||||||
type: image
|
type: image
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
|
@ -50,14 +63,13 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_summary:
|
field_summary:
|
||||||
type: text_default
|
type: text_default
|
||||||
weight: 1
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
field_body_paragraph: true
|
|
||||||
field_case_study_client: true
|
field_case_study_client: true
|
||||||
field_case_study_partners: true
|
field_case_study_partners: true
|
||||||
field_case_study_status: true
|
field_case_study_status: true
|
||||||
|
|
Loading…
Reference in a new issue