Merge branch 'menu-translations' into 'master'
Menu items are now translatables. See merge request agaric/sites/agaric-com!59
This commit is contained in:
commit
edceef153e
6 changed files with 8 additions and 6 deletions
|
@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||||
label: Changed
|
label: Changed
|
||||||
description: 'The time that the menu link was last edited.'
|
description: 'The time that the menu link was last edited.'
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: true
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
|
|
|
@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||||
label: Description
|
label: Description
|
||||||
description: 'Shown when hovering over the menu link.'
|
description: 'Shown when hovering over the menu link.'
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: true
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
|
|
|
@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||||
label: Metatags
|
label: Metatags
|
||||||
description: 'The meta tags for the entity.'
|
description: 'The meta tags for the entity.'
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: true
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
|
|
|
@ -11,7 +11,7 @@ bundle: menu_link_content
|
||||||
label: 'Menu link title'
|
label: 'Menu link title'
|
||||||
description: 'The text to be used for this link in the menu.'
|
description: 'The text to be used for this link in the menu.'
|
||||||
required: true
|
required: true
|
||||||
translatable: false
|
translatable: true
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
|
|
|
@ -7,11 +7,11 @@ dependencies:
|
||||||
- menu_link_content
|
- menu_link_content
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
content_translation:
|
content_translation:
|
||||||
enabled: false
|
enabled: true
|
||||||
bundle_settings:
|
bundle_settings:
|
||||||
untranslatable_fields_hide: '0'
|
untranslatable_fields_hide: '0'
|
||||||
id: menu_link_content.menu_link_content
|
id: menu_link_content.menu_link_content
|
||||||
target_entity_type_id: menu_link_content
|
target_entity_type_id: menu_link_content
|
||||||
target_bundle: menu_link_content
|
target_bundle: menu_link_content
|
||||||
default_langcode: site_default
|
default_langcode: site_default
|
||||||
language_alterable: false
|
language_alterable: true
|
||||||
|
|
2
config/sync/language/es/system.menu.main.yml
Normal file
2
config/sync/language/es/system.menu.main.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
label: Navegación
|
||||||
|
description: 'Sección de enlaces'
|
Loading…
Reference in a new issue