Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #760

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
59 changes: 30 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- paragraphs.paragraphs_type.contact_card_listing
- paragraphs.paragraphs_type.content_cards
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.image_gallery
- paragraphs.paragraphs_type.liftup_with_image
- paragraphs.paragraphs_type.list_of_links
- paragraphs.paragraphs_type.map
Expand Down Expand Up @@ -47,6 +48,7 @@ settings:
map: map
sidebar_text: sidebar_text
text: text
image_gallery: image_gallery
negate: 0
target_bundles_drag_drop:
accordion:
Expand All @@ -67,6 +69,9 @@ settings:
image:
weight: 0
enabled: true
image_gallery:
weight: 0
enabled: true
liftup_with_image:
weight: 0
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ content:
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 12
Expand Down
148 changes: 67 additions & 81 deletions conf/cmi/core.entity_form_display.node.news_item.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
field_news_groups:
type: select2_entity_reference
weight: 26
region: content
settings:
width: 100%
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
field_news_item_links_link:
type: linkit
weight: 20
Expand Down Expand Up @@ -196,6 +206,42 @@ content:
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
field_news_item_updating_news:
type: paragraphs
weight: 17
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: _none
features:
add_above: '0'
collapse_edit_all: '0'
convert: '0'
duplicate: '0'
third_party_settings: { }
field_news_neighbourhoods:
type: select2_entity_reference
weight: 27
region: content
settings:
width: 100%
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
field_radioactivity:
type: radioactivity_reference
weight: 28
region: content
settings: { }
third_party_settings: { }
field_short_title:
type: string_textfield
weight: 2
Expand All @@ -204,6 +250,13 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
in_recommendations:
type: boolean_checkbox
weight: 0
region: content
settings:
display_label: true
third_party_settings: { }
langcode:
type: language_select
weight: 0
Expand Down Expand Up @@ -241,6 +294,20 @@ content:
region: content
settings: { }
third_party_settings: { }
show_annif_block:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
show_recommendations:
type: boolean_checkbox
weight: 0
region: content
settings:
display_label: true
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
Expand Down Expand Up @@ -294,86 +361,5 @@ content:
region: content
settings: { }
third_party_settings: { }
field_news_item_updating_news:
type: paragraphs
weight: 17
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: _none
features:
add_above: '0'
collapse_edit_all: '0'
convert: '0'
duplicate: '0'
third_party_settings: { }
field_news_groups:
type: select2_entity_reference
weight: 26
region: content
settings:
width: 100%
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
field_news_neighbourhoods:
type: select2_entity_reference
weight: 27
region: content
settings:
width: 100%
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
field_radioactivity:
type: radioactivity_reference
weight: 28
region: content
settings: { }
third_party_settings: { }
annif_keywords:
type: readonly_field_widget
weight: 2
region: content
settings:
label: above
formatter_type: entity_reference_label
formatter_settings:
entity_reference_entity_view:
view_mode: default
entity_reference_label:
link: false
show_description: false
third_party_settings: { }
in_recommendations:
type: boolean_checkbox
weight: 0
region: content
settings:
display_label: true
third_party_settings: { }
show_annif_block:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
show_recommendations:
type: boolean_checkbox
weight: 0
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
hide_sidebar_navigation: true
Loading