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

Skip to content
Snippets Groups Projects
Commit 26b522a5 authored by drishu's avatar drishu
Browse files

OEL-453: Enable helper and add auth as dependency.

parent 06b23131
No related branches found
No related tags found
1 merge request!6OEL-453: [oe_whitelabel] authentication
......@@ -3,3 +3,5 @@ type: module
description: OpenEuropa Whitelabel Theme helpers and tools.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^8.9 || ^9.1
dependencies:
- openeuropa:oe_authentication
......@@ -14,9 +14,9 @@ drupal:
# Prepare the instance.
- "./vendor/bin/drush en ui_patterns ui_patterns_library ui_patterns_settings components -y"
- "./vendor/bin/drush en field_ui -y"
- "./vendor/bin/drush en oe_whitelabel_authentication -y"
- "./vendor/bin/drush en toolbar -y"
- "./vendor/bin/drush theme:enable oe_whitelabel -y"
- "./vendor/bin/drush en oe_whitelabel_helper -y"
- "./vendor/bin/drush theme:enable seven -y"
- "./vendor/bin/drush config-set system.theme default oe_whitelabel -y"
- "./vendor/bin/drush config-set system.theme admin 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