Skip to content

Commit

Permalink
Merge pull request #267 from UN-OCHA/berliner/HPC-9898
Browse files Browse the repository at this point in the history
HPC-9898: Mark achievements field on achievement list paragraph as translatable to fix error message when editiong on a draft revision
  • Loading branch information
berliner authored Nov 20, 2024
2 parents 7c50906 + 4a193ad commit 98589c4
Showing 1 changed file with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@ dependencies:
- paragraphs.paragraphs_type.achievement_list
module:
- entity_reference_revisions
- field_config_cardinality
third_party_settings:
field_config_cardinality:
cardinality_config: '-1'
cardinality_label_config: false
unlimited_not_required: ''
limited_not_required: ''
limited_required: ''
id: paragraph.achievement_list.field_achievements
field_name: field_achievements
entity_type: paragraph
bundle: achievement_list
label: Achievements
description: ''
required: true
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down Expand Up @@ -70,9 +78,6 @@ settings:
interactive_content_2_columns:
weight: 36
enabled: false
layout:
weight: 32
enabled: false
photo_gallery:
weight: 34
enabled: false
Expand All @@ -88,4 +93,10 @@ settings:
text:
weight: 40
enabled: false
top_figures:
weight: 43
enabled: false
top_figures_small:
weight: 44
enabled: false
field_type: entity_reference_revisions

0 comments on commit 98589c4

Please sign in to comment.