Remove the drutopia default content
This commit is contained in:
parent
c3696b4b96
commit
2c8c68c64f
3 changed files with 32 additions and 0 deletions
|
@ -52,6 +52,14 @@
|
||||||
"type:drupal-drush"
|
"type:drupal-drush"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"patches": {
|
||||||
|
"drutopia/drutopia": {
|
||||||
|
"Remove default content": "patches/drutopia-remove-default-content.patch"
|
||||||
|
},
|
||||||
|
"drupal/drutopia_core": {
|
||||||
|
"Remove default content": "patches/drutopia-core-remove-default-content.patch"
|
||||||
|
}
|
||||||
|
},
|
||||||
"enable-patching": true
|
"enable-patching": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
12
patches/drutopia-core-remove-default-content.patch
Normal file
12
patches/drutopia-core-remove-default-content.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/drutopia_core.info.yml b/drutopia_core.info.yml
|
||||||
|
index 0001ae7..3a7b4ad 100644
|
||||||
|
--- a/drutopia_core.info.yml
|
||||||
|
+++ b/drutopia_core.info.yml
|
||||||
|
@@ -8,7 +8,6 @@ dependencies:
|
||||||
|
- config_perms
|
||||||
|
- crop
|
||||||
|
- datetime
|
||||||
|
- - default_content
|
||||||
|
- ds
|
||||||
|
- entity_reference_revisions
|
||||||
|
- faqfield
|
12
patches/drutopia-remove-default-content.patch
Normal file
12
patches/drutopia-remove-default-content.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/drutopia.info.yml b/drutopia.info.yml
|
||||||
|
index c705c0a..58e7d87 100644
|
||||||
|
--- a/drutopia.info.yml
|
||||||
|
+++ b/drutopia.info.yml
|
||||||
|
@@ -19,7 +19,6 @@ dependencies:
|
||||||
|
- contextual
|
||||||
|
- datetime
|
||||||
|
- dblog
|
||||||
|
- - default_content
|
||||||
|
- drutopia_core
|
||||||
|
- drutopia_seo
|
||||||
|
- drutopia_site
|
Loading…
Add table
Reference in a new issue