Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 60b1c752 authored by drishu's avatar drishu
Browse files

OEL-1192: Export language switcher block.

parent e6c773ab
No related branches found
No related tags found
1 merge request!74OEL-1192: Export block configuration, update logo
langcode: en
status: true
dependencies:
module:
- language
theme:
- oe_whitelabel
id: languageswitcherinterfacetext
theme: oe_whitelabel
region: navbar_right
weight: 0
provider: null
plugin: 'language_block:language_interface'
settings:
id: 'language_block:language_interface'
label: 'Language switcher (Interface text)'
provider: language
label_display: '0'
visibility: { }
......@@ -32,14 +32,16 @@ regions:
footer: Footer
config_devel:
install:
- oe_whitelabel.settings
optional:
- block.block.breadcrumbs
- block.block.corporateeclogoblock
- block.block.ecfooterblock
- block.block.languageswitcherinterfacetext
- block.block.oe_whitelabel_branding
- block.block.oe_whitelabel_local_actions
- block.block.oe_whitelabel_local_tasks
- block.block.oe_whitelabel_messages
- block.block.oe_whitelabel_page_title
- block.block.whitelabelsearchblock
- oe_whitelabel.settings
......@@ -15,12 +15,13 @@ drupal:
port: "8890"
post_install:
# Prepare the instance.
- "./vendor/bin/drush en config_devel -y"
- "./vendor/bin/drush en field_ui -y"
- "./vendor/bin/drush en oe_corporate_blocks -y"
- "./vendor/bin/drush en oe_multilingual -y"
- "./vendor/bin/drush en oe_whitelabel_contact_forms -y"
- "./vendor/bin/drush en oe_whitelabel_helper -y"
- "./vendor/bin/drush en oe_whitelabel_search -y"
- "./vendor/bin/drush en oe_whitelabel_contact_forms -y"
- "./vendor/bin/drush en field_ui -y"
- "./vendor/bin/drush en config_devel -y"
- "./vendor/bin/drush en toolbar -y"
- "./vendor/bin/drush theme:enable oe_whitelabel -y"
- "./vendor/bin/drush theme:enable seven -y"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment