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 #795

Merged
merged 5 commits into from
Dec 13, 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
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.git/
.github/
.idea/
*.sql
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ services:
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-varnish.tls=true"
- "traefik.http.services.${COMPOSE_PROJECT_NAME}-varnish.loadbalancer.server.port=6081"
- "traefik.docker.network=stonehenge-network"
profiles:
- varnish
elastic-proxy:
container_name: "${COMPOSE_PROJECT_NAME}-elastic-proxy"
image: nginxinc/nginx-unprivileged:alpine-perl
Expand Down
74 changes: 39 additions & 35 deletions composer.lock

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

134 changes: 67 additions & 67 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: 25
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,72 +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: 25
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: { }
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
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ content:
weight: 4
region: content
hidden:
field_annif_keywords: true
field_content: true
field_lead_in: true
field_main_image_caption: true
Expand All @@ -91,4 +92,3 @@ hidden:
search_api_excerpt: true
show_annif_block: true
toc_enabled: true
field_annif_keywords: true
Loading
Loading