Skip to content

Commit

Permalink
fix(script): review install pipeline for Skenografia sub-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Mar 4, 2024
1 parent 750a3d1 commit 734d53a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/setup_step03__configure_ouitoulia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ drush -y pm:install lexika bibliotheke prosopon
echo -e "\n\n-- Installo i campi usati dalle entità Node ---------------------"
drush -y pm:install themethla

echo -e "\n\n-- Installo il sub-theme ----------------------------------------"
drush -y theme:enable skenografia
drush -y config:set system.theme default skenografia

drush -y pm:install config
# Fix node_reference module for minimal profile
drush -y config:import --partial --source="$(drush drupal:directory)/themes/contrib/bootstrap_italia/modules/bootstrap_italia_paragraph_node_reference/config/optional"
Expand All @@ -26,10 +30,6 @@ drush migrate:import taxonomy_common
drush migrate:import scuola_roles
drush migrate:import main_menu

echo -e "\n\n-- Installo il sub-theme, Viste, Blocchi e Permessi -------------"
drush -y theme:enable skenografia
drush -y config:set system.theme default skenografia

echo -e "\n\n-- Installo Viste, Blocchi e Permessi -------------"
drush -y pm:install prosis exesti
drush -y config:import --partial --source="$(drush drupal:directory)/modules/contrib/prosis/config/update/"
Expand Down

0 comments on commit 734d53a

Please sign in to comment.