actus translation
This commit is contained in:
parent
4d21ad7a92
commit
c82fea24b7
|
@ -11,7 +11,7 @@ bundle: actualite
|
|||
label: 'Menu link'
|
||||
description: 'Computed menu link for the node (only available during node saving).'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
|
|
@ -13,7 +13,7 @@ bundle: actualite
|
|||
label: 'Metatags (Hidden field for JSON support)'
|
||||
description: 'The computed meta tags for the entity.'
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
|
|
@ -11,7 +11,7 @@ bundle: actualite
|
|||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
|
|
|
@ -14,7 +14,7 @@ bundle: actualite
|
|||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
|
|
@ -14,7 +14,7 @@ bundle: actualite
|
|||
label: Fichiers
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
|
|
@ -6,7 +6,14 @@ dependencies:
|
|||
- field.storage.node.field_images
|
||||
- node.type.actualite
|
||||
module:
|
||||
- content_translation
|
||||
- image
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
file: '0'
|
||||
id: node.actualite.field_images
|
||||
field_name: field_images
|
||||
entity_type: node
|
||||
|
@ -14,7 +21,7 @@ bundle: actualite
|
|||
label: Images
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
|
|
@ -14,7 +14,7 @@ bundle: actualite
|
|||
label: Liens
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
|
|
@ -8,7 +8,7 @@ dependencies:
|
|||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: node.actualite
|
||||
|
|
Loading…
Reference in New Issue