Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "path",
"url": "./recipes/thunder_article",
"options": {
"symlink": false
}
}
],
"extra": {
Expand Down
9 changes: 9 additions & 0 deletions recipes/thunder_article/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "thunder/thunder-article-recipe",
"type": "drupal-recipe",
"description": "Thunder recipe that installs the Trash module for content recovery",
"license": "GPL-2.0-or-later",
"require": {
"drupal/trash": "^3.0"
}
}
10 changes: 10 additions & 0 deletions recipes/thunder_article/recipe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Thunder Article Recipe'
description: 'Installs the Trash module with default configuration for content recovery in Thunder'
type: 'Feature'

install:
- trash

config:
import:
trash: '*'
3 changes: 3 additions & 0 deletions thunder.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ dependencies:
- drupal:views
- update_helper:update_helper

recipes:
- thunder_article

install:
# core
- drupal:block
Expand Down
Loading