Skip to content

Commit

Permalink
VOTE-2375 Enable translation on double deck card component (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada authored Jul 12, 2024
1 parent 9e9e372 commit 5937f54
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bundle: double_deck_card
label: 'State list'
description: ''
required: true
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bundle: double_deck_card
label: 'Guidance Text'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bundle: double_deck_card
label: Heading
description: ''
required: true
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
uuid: 903c83fd-4c80-4ead-952d-9466fb24fcb6
langcode: es
status: true
dependencies:
config:
- paragraphs.paragraphs_type.double_deck_card
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '1'
id: paragraph.double_deck_card
target_entity_type_id: paragraph
target_bundle: double_deck_card
default_langcode: site_default
language_alterable: false

0 comments on commit 5937f54

Please sign in to comment.