- Issue created by @thejimbirch
- πΊπΈUnited States smustgrave
Removed and started https://www.drupal.org/project/tour_core_language β
Thanks for the feedback!
Automatically closed - issue fixed for 2 weeks with no activity.
Adding the following config files will add dependencies for the content_translation, language, locale
modules. Not all sites need translation.
tour.tour.content_language
tour.tour.language
tour.tour.language_add
tour.tour.language_edit
tour.tour.locale
tour.tour.node_translation
tour.tour.node_translation_overview_page
tour.tour.user_profile_language
Create a second Multilingual Tours recipe to support multilingual tours.
So the base Tour recipe would include:
## Base Tours
### Dependencies:
block
block_content
dblog
field_ui
menu_ui
node
user
shortcut
tour
views_ui
### Config:
tour.tour.admin_content
tour.tour.appearance
tour.tour.block_layout
tour.tour.custom_block_edit
tour.tour.custom_blocks_list
tour.tour.dblog
tour.tour.extend
tour.tour.field_ui_display
tour.tour.field_ui_fields
tour.tour.field_ui_form_display
tour.tour.menu_ui
tour.tour.node_form
tour.tour.people
tour.tour.shortcut_manage
tour.tour.tip_edit
tour.tour.tour_edit
tour.tour.tours
tour.tour.user_create
tour.tour.user_edit
tour.tour.views_ui
And the multilingual would include:
## Multilingual Tours
### Dependencies:
content_translation
language
locale
node
### Config:
tour.tour.content_language
tour.tour.language
tour.tour.language_add
tour.tour.language_edit
tour.tour.locale
tour.tour.node_translation
tour.tour.node_translation_overview_page
tour.tour.user_profile_language
This will pair nicely with Drupal CMS' approach. The Drupal CMS base recipe can require the tour base recipe. The Drupal CMS Multilingual recipe can require the Tour Multilingual recipe.
Active
1.0
Code
Removed and started https://www.drupal.org/project/tour_core_language β
Thanks for the feedback!
Automatically closed - issue fixed for 2 weeks with no activity.