Skip to content
Snippets Groups Projects
Commit f0d346ec authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3037111 by shaal, kjay, smaz, Gábor Hojtsy, rteijeiro: Import...

Issue #3037111 by shaal, kjay, smaz, Gábor Hojtsy, rteijeiro: Import multilingual content into Umami
parent a54e207f
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Showing
with 90 additions and 10 deletions
......@@ -63,5 +63,10 @@ content:
settings:
include_locked: true
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
hidden:
moderation_state: true
......@@ -35,5 +35,10 @@ content:
settings:
include_locked: true
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
hidden:
moderation_state: true
......@@ -43,5 +43,10 @@ content:
settings:
include_locked: true
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
hidden:
moderation_state: true
......@@ -63,5 +63,10 @@ content:
settings:
include_locked: true
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
hidden:
moderation_state: true
......@@ -98,6 +98,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
uid:
type: entity_reference_autocomplete
weight: 4
......
......@@ -77,6 +77,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
uid:
type: entity_reference_autocomplete
weight: 1
......
......@@ -156,6 +156,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
translation:
weight: 10
settings: { }
third_party_settings: { }
region: content
uid:
type: entity_reference_autocomplete
weight: 12
......
......@@ -13,7 +13,7 @@ bundle: banner_block
label: 'Banner image'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
......
......@@ -13,7 +13,7 @@ bundle: banner_block
label: 'Content Link'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
......
......@@ -11,7 +11,7 @@ bundle: banner_block
label: Summary
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
......
......@@ -11,7 +11,7 @@ bundle: banner_block
label: Title
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
......
......@@ -13,7 +13,7 @@ bundle: footer_promo_block
label: 'Promo image'
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
......
......@@ -12,7 +12,7 @@ bundle: article
label: Tags
description: 'Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers'
required: false
translatable: true
translatable: false
default_value: { }
default_value_callback: ''
settings:
......
......@@ -11,7 +11,7 @@ bundle: recipe
label: Ingredients
description: 'List the ingredients required for this recipe, one per item.'
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
......
......@@ -13,7 +13,7 @@ bundle: recipe
label: 'Recipe instruction'
description: ''
required: true
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
......
......@@ -13,7 +13,7 @@ bundle: recipe
label: Summary
description: 'Provide a short overview of this recipe.'
required: true
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
......
......@@ -12,7 +12,7 @@ bundle: recipe
label: Tags
description: 'Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers'
required: false
translatable: true
translatable: false
default_value: { }
default_value_callback: ''
settings:
......
langcode: en
status: true
dependencies:
config:
- block_content.type.banner_block
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: block_content.banner_block
target_entity_type_id: block_content
target_bundle: banner_block
default_langcode: site_default
language_alterable: true
langcode: en
status: true
dependencies:
config:
- block_content.type.basic
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: block_content.basic
target_entity_type_id: block_content
target_bundle: basic
default_langcode: site_default
language_alterable: true
langcode: en
status: true
dependencies:
config:
- block_content.type.disclaimer_block
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: block_content.disclaimer_block
target_entity_type_id: block_content
target_bundle: disclaimer_block
default_langcode: site_default
language_alterable: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment