Skip to content

Commit

Permalink
OEL-476: Improve texts, add to runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
drishu committed Jan 11, 2022
1 parent d6059ec commit e2eeb7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/oe_whitelabel_user_profile/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# OpenEuropa Whitelabel User Profile

The scope of this module is to provide templates for theming the User Profile.
The scope of this module is to provide alterations and additional functionality for the theming of the OpenEuropa Library User Profile feature.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenEuropa Whitelabel User Profile
type: module
description: OpenEuropa Whitelabel Theme User Profile.
description: Adds additional functionality to the User Profile feature.
package: OpenEuropa Whitelabel Theme
core_version_requirement: ^8.9 || ^9.1
1 change: 1 addition & 0 deletions runner.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ drupal:
- "./vendor/bin/drush en oe_bootstrap_theme_helper -y"
- "./vendor/bin/drush en oe_whitelabel_helper -y"
- "./vendor/bin/drush en oe_whitelabel_search -y"
- "./vendor/bin/drush en oe_whitelabel_user_profile -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"
Expand Down

0 comments on commit e2eeb7b

Please sign in to comment.