Skip to content

Commit

Permalink
Merge pull request #278 from UN-OCHA/release-versions/v3.7.2
Browse files Browse the repository at this point in the history
release versions/v3.7.2
  • Loading branch information
berliner authored Nov 25, 2024
2 parents ddf7879 + ae76209 commit a589e4d
Show file tree
Hide file tree
Showing 30 changed files with 412 additions and 125 deletions.
88 changes: 44 additions & 44 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 @@ -122,10 +122,6 @@ content:
settings:
display_label: true
third_party_settings: { }
translation:
weight: 3
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
translation: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.facts_and_figures.field_columns
- field.field.paragraph.facts_and_figures.field_paragraphs
- field.field.paragraph.facts_and_figures.field_title
- paragraphs.paragraphs_type.facts_and_figures
Expand All @@ -14,6 +15,7 @@ third_party_settings:
group_tabs:
children:
- group_facts_and_figures
- group_settings
label: Tabs
region: content
parent_name: ''
Expand Down Expand Up @@ -41,11 +43,34 @@ third_party_settings:
formatter: open
description: ''
required_fields: true
group_settings:
children:
- field_columns
label: Settings
region: content
parent_name: group_tabs
weight: 7
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
formatter: closed
description: ''
required_fields: true
id: paragraph.facts_and_figures.default
targetEntityType: paragraph
bundle: facts_and_figures
mode: default
content:
field_columns:
type: number
weight: 2
region: content
settings:
placeholder: ''
third_party_settings: { }
field_paragraphs:
type: paragraphs
weight: 2
Expand Down Expand Up @@ -76,7 +101,7 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
weight: 3
weight: 2
region: content
settings:
display_label: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.image_with_text.field_footnotes
- field.field.paragraph.image_with_text.field_image
- field.field.paragraph.image_with_text.field_text
- paragraphs.paragraphs_type.image_with_text
Expand All @@ -15,6 +16,17 @@ targetEntityType: paragraph
bundle: image_with_text
mode: default
content:
field_footnotes:
type: text_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_image:
type: media_library_widget
weight: 0
Expand All @@ -35,7 +47,7 @@ content:
hide_guidelines: '1'
status:
type: boolean_checkbox
weight: 2
weight: 3
region: content
settings:
display_label: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.facts_and_figures.field_columns
- field.field.paragraph.facts_and_figures.field_paragraphs
- field.field.paragraph.facts_and_figures.field_title
- paragraphs.paragraphs_type.facts_and_figures
Expand All @@ -20,7 +21,7 @@ content:
view_mode: facts_and_figures
link: ''
third_party_settings: { }
weight: 2
weight: 1
region: content
field_title:
type: string
Expand All @@ -30,4 +31,5 @@ content:
third_party_settings: { }
weight: 0
region: content
hidden: { }
hidden:
field_columns: true
Loading

0 comments on commit a589e4d

Please sign in to comment.