Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions conf/cmi/field.field.node.news_article.field_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- paragraphs.paragraphs_type.banner
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.image_gallery
- paragraphs.paragraphs_type.number_highlights
- paragraphs.paragraphs_type.remote_video
- paragraphs.paragraphs_type.text
module:
Expand Down Expand Up @@ -37,6 +38,7 @@ settings:
remote_video: remote_video
banner: banner
image_gallery: image_gallery
number_highlights: number_highlights
negate: 0
target_bundles_drag_drop:
banner:
Expand All @@ -48,6 +50,9 @@ settings:
image_gallery:
weight: 4
enabled: true
number_highlights:
weight: 5
enabled: true
remote_video:
weight: 2
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ dependencies:
- helfi_platform_config:helfi_media
- publication_date:publication_date
- social_media:social_media
- helfi_platform_config:helfi_paragraphs_number_highlights
'interface translation project': helfi_node_news_article
'interface translation server pattern': modules/custom/helfi_node_news_article/translations/%language.po
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function helfi_node_news_article_helfi_paragraph_types() : array {
'remote_video' => 2,
'banner' => 3,
'image_gallery' => 4,
'number_highlights' => 5,
],
];

Expand Down
Loading