Skip to content

Commit

Permalink
Merge pull request #588 from UN-OCHA/deploy-20241218
Browse files Browse the repository at this point in the history
Deploy 18-12-2024
  • Loading branch information
lazysoundsystem authored Dec 17, 2024
2 parents a0184b9 + bd9c0a8 commit ae0ab96
Show file tree
Hide file tree
Showing 27 changed files with 1,044 additions and 389 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [2.2.0](https://github.com/UN-OCHA/unocha-site/compare/v2.1.2...v2.2.0) (2024-12-17)

### Features

* Add custom content fields to leader content type ([1b2278](https://github.com/UN-OCHA/unocha-site/commit/1b2278d4d099cef186105a287e5c3afa19ea5e5f))
* Add filter for theme [#UNO-867](https://https://humanitarian.atlassian.net/browse/UNO-867) ([ef5b36](https://github.com/UN-OCHA/unocha-site/commit/ef5b364fb3f9daea26b3454f12850ada789a7832))
* Add links to H2 tags [#UNO-865](https://https://humanitarian.atlassian.net/browse/UNO-865) ([51ad90](https://github.com/UN-OCHA/unocha-site/commit/51ad90431bd6ff3d73dcbc2e7b9cdaa750902d59))
* Add Web share to H2 tags [#UNO-865](https://https://humanitarian.atlassian.net/browse/UNO-865) ([ad6952](https://github.com/UN-OCHA/unocha-site/commit/ad69521528088e875f4a91c0f0761779223b90da))
* Filter stories by theme [#UNO-866](https://https://humanitarian.atlassian.net/browse/UNO-866) ([915f16](https://github.com/UN-OCHA/unocha-site/commit/915f161f75725852abdbbd40357abb77a583d92f))

### Bug Fixes

* Avoid error ([19a9f9](https://github.com/UN-OCHA/unocha-site/commit/19a9f9d3fd5b8811433c9ca1730fc48cde838f6b))

### Chores

* Adjust style for mobile ([27b8e3](https://github.com/UN-OCHA/unocha-site/commit/27b8e3576c5955e909dfabb522b3340e1fc8a8ff))
* Update all outdated drupal/* unocha/* drush/* packages. ([efcc6c](https://github.com/UN-OCHA/unocha-site/commit/efcc6caaaf4b971307699762bccbbac2b6c6691d), [54c0ce](https://github.com/UN-OCHA/unocha-site/commit/54c0ce034bda97ceb61c63af56abd5ad9bc8c790), [b7ce0f](https://github.com/UN-OCHA/unocha-site/commit/b7ce0f66154d4d98ba0c6cd8f90e04054f2cb1f6))

## [2.1.2](https://github.com/UN-OCHA/unocha-site/compare/v2.1.1...v2.1.2) (2024-11-21)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,5 @@
"scripts\\composer\\DrupalLenientRequirement::changeVersionConstraint"
]
},
"version": "2.1.2"
"version": "2.2.0"
}
690 changes: 319 additions & 371 deletions composer.lock

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions config/core.entity_form_display.node.leader.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ status: true
dependencies:
config:
- field.field.node.leader.body
- field.field.node.leader.field_custom_content
- field.field.node.leader.field_leader_portrait
- field.field.node.leader.field_leader_title
- field.field.node.leader.field_metatags
- image.style.thumbnail
- node.type.leader
module:
- image
- layout_paragraphs
- metatag
- path
- text
Expand All @@ -29,6 +31,18 @@ content:
placeholder: ''
show_summary: false
third_party_settings: { }
field_custom_content:
type: layout_paragraphs
weight: 4
region: content
settings:
view_mode: default
preview_view_mode: preview
form_display_mode: default
nesting_depth: 2
require_layouts: 0
empty_message: 'Placeholder message to display when field is empty'
third_party_settings: { }
field_leader_portrait:
type: image_image
weight: 2
Expand Down
14 changes: 11 additions & 3 deletions config/core.entity_form_display.paragraph.stories.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- entity_browser.browser.stories
- field.field.paragraph.stories.field_limit
- field.field.paragraph.stories.field_node
- field.field.paragraph.stories.field_themes
- field.field.paragraph.stories.field_title
- field.field.paragraph.stories.paragraph_view_mode
- paragraphs.paragraphs_type.stories
Expand All @@ -26,7 +27,7 @@ content:
third_party_settings: { }
field_node:
type: entity_browser_entity_reference
weight: 3
weight: 4
region: content
settings:
entity_browser: stories
Expand All @@ -39,6 +40,12 @@ content:
view_mode: card_preview
selection_mode: selection_prepend
third_party_settings: { }
field_themes:
type: options_select
weight: 3
region: content
settings: { }
third_party_settings: { }
field_title:
type: string_textfield
weight: 1
Expand All @@ -58,16 +65,17 @@ content:
default: '0'
default_view_mode: cards
form_mode_bind: false
apply_to_preview: false
third_party_settings: { }
status:
type: boolean_checkbox
weight: 5
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
translation:
weight: 4
weight: 5
region: content
settings: { }
third_party_settings: { }
Expand Down
2 changes: 2 additions & 0 deletions config/core.entity_view_display.node.leader.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.field.node.leader.body
- field.field.node.leader.field_custom_content
- field.field.node.leader.field_leader_portrait
- field.field.node.leader.field_leader_title
- field.field.node.leader.field_metatags
Expand Down Expand Up @@ -53,5 +54,6 @@ content:
weight: 2
region: content
hidden:
field_custom_content: true
langcode: true
links: true
69 changes: 69 additions & 0 deletions config/core.entity_view_display.node.leader.full.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
uuid: 5badd230-98d7-4527-b4e8-b8e82a14d79d
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.full
- field.field.node.leader.body
- field.field.node.leader.field_custom_content
- field.field.node.leader.field_leader_portrait
- field.field.node.leader.field_leader_title
- field.field.node.leader.field_metatags
- node.type.leader
- responsive_image.styles.portrait
module:
- layout_paragraphs
- metatag
- responsive_image
- text
- user
id: node.leader.full
targetEntityType: node
bundle: leader
mode: full
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 2
region: content
field_custom_content:
type: layout_paragraphs
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
weight: 3
region: content
field_leader_portrait:
type: responsive_image
label: hidden
settings:
responsive_image_style: portrait
image_link: ''
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
region: content
field_leader_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
field_metatags:
type: metatag_empty_formatter
label: hidden
settings: { }
third_party_settings: { }
weight: 4
region: content
hidden:
langcode: true
links: true
2 changes: 2 additions & 0 deletions config/core.entity_view_display.node.leader.teaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.leader.body
- field.field.node.leader.field_custom_content
- field.field.node.leader.field_leader_portrait
- field.field.node.leader.field_leader_title
- field.field.node.leader.field_metatags
Expand Down Expand Up @@ -39,6 +40,7 @@ content:
region: content
hidden:
body: true
field_custom_content: true
field_metatags: true
langcode: true
links: true
2 changes: 2 additions & 0 deletions config/core.entity_view_display.node.leader.title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_view_mode.node.title
- field.field.node.leader.body
- field.field.node.leader.field_custom_content
- field.field.node.leader.field_leader_portrait
- field.field.node.leader.field_leader_title
- field.field.node.leader.field_metatags
Expand Down Expand Up @@ -44,6 +45,7 @@ content:
region: content
hidden:
body: true
field_custom_content: true
field_metatags: true
langcode: true
links: true
2 changes: 2 additions & 0 deletions config/core.entity_view_display.paragraph.stories.cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- core.entity_view_mode.paragraph.cards
- field.field.paragraph.stories.field_limit
- field.field.paragraph.stories.field_node
- field.field.paragraph.stories.field_themes
- field.field.paragraph.stories.field_title
- field.field.paragraph.stories.paragraph_view_mode
- paragraphs.paragraphs_type.stories
Expand All @@ -31,4 +32,5 @@ content:
hidden:
field_limit: true
field_node: true
field_themes: true
paragraph_view_mode: true
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
config:
- core.entity_view_mode.paragraph.cards_with_featured
- field.field.paragraph.stories.field_limit
- field.field.paragraph.stories.field_node
- field.field.paragraph.stories.field_themes
- field.field.paragraph.stories.field_title
- field.field.paragraph.stories.paragraph_view_mode
- paragraphs.paragraphs_type.stories
Expand All @@ -30,4 +32,5 @@ content:
hidden:
field_limit: true
field_node: true
field_themes: true
paragraph_view_mode: true
2 changes: 2 additions & 0 deletions config/core.entity_view_display.paragraph.stories.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- field.field.paragraph.stories.field_limit
- field.field.paragraph.stories.field_node
- field.field.paragraph.stories.field_themes
- field.field.paragraph.stories.field_title
- field.field.paragraph.stories.paragraph_view_mode
- paragraphs.paragraphs_type.stories
Expand All @@ -24,4 +25,5 @@ content:
hidden:
field_limit: true
field_node: true
field_themes: true
paragraph_view_mode: true
3 changes: 3 additions & 0 deletions config/core.entity_view_display.paragraph.stories.teasers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ dependencies:
- core.entity_view_mode.paragraph.teasers
- field.field.paragraph.stories.field_limit
- field.field.paragraph.stories.field_node
- field.field.paragraph.stories.field_themes
- field.field.paragraph.stories.field_title
- field.field.paragraph.stories.paragraph_view_mode
- paragraphs.paragraphs_type.stories
id: paragraph.stories.teasers
targetEntityType: paragraph
Expand All @@ -16,5 +18,6 @@ content: { }
hidden:
field_limit: true
field_node: true
field_themes: true
field_title: true
paragraph_view_mode: true
Loading

0 comments on commit ae0ab96

Please sign in to comment.