Remove the drutopia default content

This commit is contained in:
David Valdez 2019-07-18 15:40:57 -05:00
parent c3696b4b96
commit 2c8c68c64f
3 changed files with 32 additions and 0 deletions

View file

@ -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
} }
} }

View 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

View 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