Skip to content

Commit

Permalink
Closes #2395 - Enable Splitscreen by default (#2396)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Slay <[email protected]>
  • Loading branch information
akslay and akslay authored May 10, 2023
1 parent dd716fe commit 9bef47c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions az_quickstart.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install:
- az_paragraphs_accordion
- az_paragraphs_cards
- az_paragraphs_photo_gallery
- az_paragraphs_splitscreen
- az_paragraphs_text
- az_paragraphs_text_background
- az_paragraphs_text_media
Expand Down
7 changes: 7 additions & 0 deletions az_quickstart.install
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,10 @@ function az_quickstart_update_920604() {
function az_quickstart_update_920701() {
\Drupal::service('module_installer')->install(['media_entity_file_replace']);
}

/**
* Enable az_paragraphs_splitscreen module by default.
*/
function az_quickstart_update_920702() {
\Drupal::service('module_installer')->install(['az_paragraphs_splitscreen']);
}

0 comments on commit 9bef47c

Please sign in to comment.