Skip to content

Commit

Permalink
Pull recipes from other repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Jul 12, 2024
1 parent 332a2d3 commit 2b63aba
Show file tree
Hide file tree
Showing 5 changed files with 1,180 additions and 466 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ drush-backups
.phpunit.result.cache
*.sql
*.zip

# Recipes
web/recipes/contrib
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}
],
"require": {
"frees-au/ce-recipes": "dev-main",
"composer/installers": "^2.0",
"drupal/admin_toolbar": "^3.4",
"drupal/ckeditor5_template": "^1.0",
Expand All @@ -39,7 +38,8 @@
"drupal/simple_sitemap": "^4.1",
"drupal/twig_remove_html_comments": "^1.0@beta",
"drupal/webform": "^6.2",
"drush/drush": "^12",
"drush/drush": "^13",
"frees-au/ce-recipes": "dev-main",
"oomphinc/composer-installers-extender": "^2",
"platformsh/config-reader": "^2.4"
},
Expand Down Expand Up @@ -113,7 +113,7 @@
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/profiles/custom/{$name}": ["type:drupal-custom-profile"],
"web/recipes/{$vendor}{$name}": ["type:drupal-recipe"],
"web/recipes/contrib/{$vendor}{$name}": ["type:drupal-recipe"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
Expand Down
Loading

0 comments on commit 2b63aba

Please sign in to comment.